/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}


:root {
  --darkbg:#251D29;
  --darkt: #FFD1F7;
  --lightbg: #fff;
  --lightt: #D43370;
  
  --toggleHeight: 16em;
  --toggleWidth: 30em;
  --toggleBtnRadius: 10em;

  --bgColor--night: #423966;
  --toggleBtn-bgColor--night: var(--bgColor--night);
  --mooncolor: #D9FBFF;
  --bgColor--day: #9ee3fb;
  --toggleBtn-bgColor--day: var(--bgColor--day);
}

body{
  transition: all .2s ease-in-out;
  background: var(--darkbg);
  color: var(--darkt);
  text-align: center;
}








.top-link{
  margin-left: 427px;
}






.empower-section {
  background-color: #f8f9fa;  /* Light gray */
  color: black;
}

/* Dark Mode Styles */
.dark-mode .quality-section {
  background-color: black;
  color: white;
}

.dark-mode .empower-section {
  background-color: white;
  color: black;
}











.topbar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000; /* Dark background to match */
  z-index: 1000; /* Ensures it stays on top */
}

/* Prevent header from being overlapped */
.header-offset {
  margin-top: 50px; /* Adjust to match the height of the top bar */
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Header styles */
header {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 0rem 0;
  position: fixed;
  top: 38px;
    left: 4px;
    width: 100%;
  z-index: 1000; /* Ensures it's above other elements */
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  margin-top: 2%;
  display: flex;
  align-items: center;
  gap: -14px;
  flex-direction: column;
}


.logo-text{
  margin-left: 11%;
  font-size: -19px;
  margin-top: -12%;

}

.logo-text h1 {
  color: #f97316;
  font-size: 1rem;
  font-weight: bold;
  width: 113%;
}

.logo-text p {
  font-size: 0.875rem;
  color: #516096;
  width: 114%;
}

/* Navigation styles */
.nav-container {
  position: relative;
}

.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  padding: 10px;
}

.nav-toggle-label span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #333;
  transition: all 0.3s ease;
}

nav {
  display: flex;
  gap: 2rem;
}

nav a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

nav a:hover {
  color: #f97316;
}

nav a.active {
  color: #f97316;
}

/* Hero section - New Styles */
.hero {
  position: relative;
  height: 60vh;
  width: 100%;
  overflow: hidden;
  margin-top: 12%;
}

.container-hero {
  position: relative;
  height: 108%;
  width: 98.9%;
  margin-left: 6px;
  margin-top: -36px;
}

.home-image1 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .container {
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  max-width: none;
}

.hero h2 {
  color: white;
  font-size: 2.3rem;
  font-weight: bold;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.2;
}




.quality-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  width: 98.7%;
  margin-top: 5px;
  margin-left: 8px;
  background-color: #f8f9fa;
  border-radius: 10px;
    box-shadow: 3px 3px 3px 4px rgba(0, 0, 0, 1.1);
}


.container-quality {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  align-items: center;
}

.quality-text {
  flex: 1;
  padding: 20px;
}
.quality-image {
  flex: 1;
  text-align: right;
}

.quality-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}


.quality-text h2{
  color: #f97316;
}



.quality-text p {
  margin-left: -4%;
  width: 119%;
  margin-top: -7px;
}
.empower-section {
  width: 98%;
  padding: 42px 29px;
  box-shadow: 3px 3px 3px 4px rgba(0, 0, 0, 1.1);
  border-radius: 10px;
  margin-left: 1%;
  margin-top: 2%;
}

.empower-quality {
  display: flex  ;
      align-items: center;
      justify-content: space-between;
      gap: 0;
      flex-direction: row-reverse;
      width: 65%;
}


/* 

.empower-image img{
  width: 127%;
 
} */

.empower-image img {
  width: 127%;
  max-width: 400px; /* Adjust width as needed */
  height: auto;
  margin-left: 28%;
  border-radius: 10px;
}

.empower-text {
  flex: 1; /* Make text section take remaining space */
  text-align: left; /* Align text to the left */
}




.empower-text h2{
  color: #f97316;
  margin-left: 66%;
  width: 100%;
}




.empower-text p{ 
  width: 100%;
}















@media (max-width: 768px) {
  .empower-quality {
    flex-direction: column; /* Stack image and text on smaller screens */
    text-align: center;
  }
  .empower-text {
    padding: 10px;
  }
}

iframe {
  border: 0;
  border: 0;
  width: 138%;
  margin-top: 7%;
  margin-left: 7%;
}
/* Footer styles */
.footer {
  padding: 1.5rem 1rem;
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}

.copyright {
  color: #6c757d;
  font-size: 0.9rem;
}

.social-links {
  display: flex;
  gap: 1.5rem;
}

.social-link {
  color: #6c757d;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.social-icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-link:hover {
  color: #343a40;
}








.buttons {
  margin-top: 2rem;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  margin: 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: white;
  color: #1a1a1a;
}

.btn-primary:hover {
  background-color: #f0f0f0;
}

.btn-secondary {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Contact section */
.contact-section {
  padding: 4rem 0;
  border-radius: 10px;
  box-shadow: 3px 3px 3px 4px rgba(0, 0, 0, 1.1);
  width: 98.4%;
  margin-left: 14px;
  margin-top: 2%;
  margin-bottom: 1%;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.contact-form{
  background: white;
  padding: 2rem;
  border-radius: 10px;
    box-shadow: 3px 3px 3px 4px rgba(0, 0, 0, 1.1);
}

 .location-info {
  background: white;
  /* padding: 2rem; */
  border-radius: 10px;
    box-shadow: 3px 3px 3px 4px rgba(0, 0, 0, 1.1);
}

h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 1.5rem;
}

.name-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

input, textarea {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 1rem;
  margin: 7px !important;
}

input:focus, textarea:focus {
  outline: none;
  border-color: #0d9488;
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.1);
}

button {
  width: 100%;
  padding: 0.75rem;
  background-color: #0d9488;
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #0b7c74;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.25rem;
}

.label {
  font-weight: 500;
  color: #333;
}

/* Footer */
.footer {
  background-color: #111827;
  color: white;
  padding: 3rem 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.footer-about p {
  color: #9ca3af;
}

.footer-links ul {
  list-style: none;
}

.footer-links a {
  color: #9ca3af;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: white;
}

.social-icons {
  display: flex;
  gap: 1rem;
}

.social-icons a {
  color: #9ca3af;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: white;
}

h4 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}




/* Large Screens (1200px and above) */
@media (min-width: 1300px) {
  .logo {
    margin-top: 0%;
    display: flex;
    align-items: center;
    gap: -14px;
    flex-direction: column;
  }
  .hero .container {
    position: absolute;
    top: 9%;
    left: 7px;
    width: 99%;
    height: 91%;
  }

  .hero h2 {
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.2;
  }
  .contact-form {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 4px rgba(0, 0, 0, 1.1);
}
.location-info {
  background: white;
  /* padding: 2rem; */
  border-radius: 10px;
  box-shadow: 3px 3px 3px 4px rgba(0, 0, 0, 1.1);
}
iframe {
  border: 0;
  border: 0;
  width: 138%;
  margin-top: 7%;
  margin-left: 7%;
}

}

/* Large Screens (1200px and above) */
@media (min-width: 1200px) {
  
  .container {
      max-width: 1140px;
      margin: 0 auto;
  }
  iframe {
    border: 0;
    width: 166%;
    height: 450px;
}
h3{
  MARGIN-TOP: 3%;
    margin-left: 2%;
}

  
}

/* Desktop (992px to 1199px) */
@media (max-width: 1199px) {
  .nav-toggle-label {
      display: flex;
    }
  
    .logo {
      margin-top: 4%;
    }
    .logo-text h1 {
      color: #f97316;
      font-size:15px;
      font-weight: bold;
    }
    
  .logo-text p {
    font-size: 11px;
    color: #666;
  }
  
  /* Header styles */
  header {
    margin-top: 0;
    height: 21%;
  }
     nav {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      background: white;
      width: 200px;
      flex-direction: column;
      padding: 1rem;
      gap: 1rem;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      border-radius: 0 0 0.5rem 0.5rem;
    }
   
    .nav-toggle:checked ~ nav {
      display: flex;
    }
  
    .nav-toggle:checked + .nav-toggle-label span:nth-child(1) {
      transform: rotate(45deg) translate(6px, 6px);
    }
  
    .nav-toggle:checked + .nav-toggle-label span:nth-child(2) {
      opacity: 0;
    }
  
    .nav-toggle:checked + .nav-toggle-label span:nth-child(3) {
      transform: rotate(-45deg) translate(6px, -6px);
    } 
  
  .container {
      max-width:100%;
      margin: 0 auto;
      margin-top: -3%;
  }

  .empower-text h2{
    margin-left: 71%;
    width: 131%;
  }

  .empower-text p {
    width: 123%;
  }

}





/* Responsive design */
@media (max-width: 945px) {

  .empower-image img{
    width: 105%;
    margin-left: 29%;
  }

}





/* Responsive design */
@media (max-width: 768px) {
  .nav-toggle-label {
    display: flex;
  }

  .logo-text h1 {
    color: #f97316;
    font-size:15px;
    font-weight: bold;
  }
  
.logo-text p {
  font-size: 11px;
  color: #666;
}

/* Header styles */
header {
  margin-top: -6%;
  width: 100%;
  height: 21%;
}
  nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    width: 200px;
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0.5rem 0.5rem;
  }

  .nav-toggle:checked ~ nav {
    display: flex;
  }

  .nav-toggle:checked + .nav-toggle-label span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }

  .nav-toggle:checked + .nav-toggle-label span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked + .nav-toggle-label span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }

  .contact-grid, .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero h2 {
    font-size: 1.3rem;
    margin-top: 13%;
  }


  .container-quality {
    flex-direction: column-reverse;
}

.quality-text,
.quality-image {
    flex: none;
    width: 100%;
    text-align: center;
}

.quality-image img {
    width: 100%;
    margin-bottom: 20px;
}

.quality-section {
    padding: 30px 20px;
    width: 97%;
}



.quality-text p {
  width: 110%;
}







.empower-quality {
  flex-direction: column-reverse;
}

.empower-text,
.empower-image {
  flex: none;
  width: 100%;
  text-align: center;
  margin-left: -55%;
}

.empower-image img {
  width: 100%;
  margin-bottom: 20px;
  margin-left: 69%;
}
.empower-section {
  padding: 30px 20px;
}
.empower-text h2 {
  
    color: #f97316;
    width: 166%;
    font-size: 28px;
    margin-left: 18% !important;
    margin-top: 1%;
}


.empower-text p {
  width: 100%;
  margin-left: 57% !important;
}

.contact-map{
  width: 31%;
}
iframe {
  border: 0;
  width: 348%;
}

.contact-section{
  width: 96.4%;
}


  .buttons {
    margin-top: 1rem;
  }

  .btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
  .topbar-container {
    display: none;
}
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer {
    padding: 1.25rem 0.75rem;
  }

  .footer-content {
    padding: 0 0.75rem;
  }

  .social-icon {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
      max-width: 100%;
  }
  
}

@media (max-width: 600px) {
  .footer {
    padding: 1rem 0.5rem;
  }

  .footer-content {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    padding: 0 0.5rem;
  }
  
  .social-links {
    justify-content: center;
    gap: 1.25rem;
  }

  .copyright {
    font-size: 0.85rem;
  }

  .social-icon {
    width: 20px;
    height: 20px;
  }
}





@media (max-width:500px) {
  body{
    width: 97%;
   } 
  /* Header styles */
  header {
    margin-top: -9%;
    
  }
  .logo {
    margin-top: 9%;
  }
  .hero h2 {
    
      font-size: 17px;
      margin-top: 1px;
  
}

    .container, .container-md, .container-sm {
      max-width: 100%;
  }
  
    .container-quality {
      flex-direction: column-reverse;
  }
  
  .quality-text,
  .quality-image {
      flex: none;
      width: 109%;
      text-align: center;
  }
  
  .quality-image img {
      width: 100%;
      margin-bottom: 20px;
  }
  
  .quality-section {
      padding: 30px 20px;
      width: 95%;
  
  }
  
  
  
  .quality-text p {
    width: 110%;
  }
  
  
  
  
  
  
  
  .empower-quality {
    flex-direction: column-reverse;
  }
  
  .empower-text,
  .empower-image {
    flex: none;
    width: 87%;
    text-align: center;
    margin-left: -51%;
}
  }
  
  .empower-image img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 69%;
  }
  .empower-section {
    padding: 30px 20px;
    margin-top: 4%;

  }
/*   
  .empower-text h2 {
    color: #f97316;
    width: 326%;
    font-size: 25px;
    margin-left: 81%;
    margin-top: -21%;
  }
   */
  
  .empower-text p {
    width: 100%;
    margin-left: 144%;
  
  }
  
  .contact-map{
    width: 31%;
  }
  iframe {
   
    width: 306%;
  }
  
  
  .contact-section{
    margin-top: 4%;
  }
  
    .footer {
      padding: 0.75rem 0.25rem;
      padding: 0.75rem 0.25rem;
      WIDTH: 100%;
    }
  
    .footer-content {
      gap: 0.75rem;
    }
  
    .social-links {
      gap: 1rem;
    }
  
    .social-link {
      padding: 6px;
    }
  
    .social-icon {
      width: 18px;
      height: 18px;
    }
  
    .copyright {
      font-size: 15px;
    }


@media (max-width: 400px) {
 body{
  width: 97%;
 } 

/* Header styles */
header {
  margin-top: -11%;

  
}

.hero {
  position: relative;
  height: 53vh;
  width: 100%;
  overflow: hidden;
  margin-top: 35%;
}

  .container, .container-md, .container-sm {
    max-width: 100%;
}
.contact-section {
  margin-top: 8%;
}

  .container-quality {
    flex-direction: column-reverse;
}

.quality-text,
.quality-image {
    flex: none;
    width: 109%;
    text-align: center;
}

.quality-image img {
    width: 100%;
    margin-bottom: 20px;
}

.quality-section {
    padding: 30px 20px;
    width: 95%;

}



.quality-text p {
  width: 110%;
}







.empower-quality {
  flex-direction: column-reverse;
}

.empower-text,
.empower-image {
  flex: none;
  width: 87%;
  text-align: center;
  margin-left: -55%;
}

.empower-image img {
  width: 100%;
  margin-bottom: 20px;
  margin-left: 69%;
}
.empower-section {
  padding: 30px 20px;
  margin-top: 5%;
}



.empower-text h2 {
  font-size: 20px;
  width: 225%;
}


.empower-text p {
  width: 197%;
  margin-left: 20%!important;

}

.contact-map{
  width: 31%;
}
iframe {
 
  width: 306%;
}




  .footer {
    padding: 0.75rem 0.25rem;
          
        WIDTH: 103%;
  }

  .footer-content {
    gap: 0.75rem;
  }

  .social-links {
    gap: 1rem;
  }

  .social-link {
    padding: 6px;
  }

  .social-icon {
    width: 18px;
    height: 18px;
  }

  .copyright {
    font-size: 10px;
  }






 
/* Extra Small Devices (320px and below) */
@media (max-width: 340px) {
  .nav-toggle-label {
      display: flex;
    }
  .logo{
    margin-top: 2%;
   
  }
    .logo-text h1 {
      color: #f97316;
      font-size:15px;
      font-weight: bold;
    }
    
  .logo-text p {
    font-size: 11px;
    color: #666;
  }
  
  /* Header styles */
  header {
    margin-top: -13%;
  }
    nav {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      background: white;
      width: 200px;
      flex-direction: column;
      padding: 1rem;
      gap: 1rem;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      border-radius: 0 0 0.5rem 0.5rem;
    }
  
    .nav-toggle:checked ~ nav {
      display: flex;
    }
  
    .nav-toggle:checked + .nav-toggle-label span:nth-child(1) {
      transform: rotate(45deg) translate(6px, 6px);
    }
  
    .nav-toggle:checked + .nav-toggle-label span:nth-child(2) {
      opacity: 0;
    }
  
    .nav-toggle:checked + .nav-toggle-label span:nth-child(3) {
      transform: rotate(-45deg) translate(6px, -6px);
    }
  
  .nav-links a {
      padding: 4px 8px;
      font-size: 12px;
  }
}

  @media (max-width: 309px) and (max-height: 511px) {
    .logo-text h1 {
      font-size: 12px;
    }
  
    .logo-text p {
      font-size: 9px;
    }
  
    header {
      margin-top: -17%;
    }
  
    .nav-toggle-label {
      display: flex;
    }
  
    nav {
      width: 180px;
      padding: 0.75rem;
    }
  
    .hero h2 {
      font-size: 1rem;
      margin-top: 30%;
    }
    .quality-text h2{
      width: 101%;
    }
    .quality-text p {
      width: 100%;
    }
  
    .empower-text h2 {
      font-size: 24px;
            width: 187%;
            margin-left: 64%;
            margin-top: -51%;
    }
  
    .empower-text p {
      width: 178%;
      margin-left: 66%;
    }
  
    .empower-image img {
      width: 100%;
      margin-left: 50%;
    }
  
    .contact-map {
      width: 40%;
    }
  
    iframe {
      width: 300%;
    }
  
    .footer {
      padding: 0.5rem 0.25rem;
    }
  
    .social-icon {
      width: 16px;
      height: 16px;
    }
  
    .copyright {
      font-size: 0.75rem;
    }
  



    @media (max-width: 290px) {
      .header{
        margin-top: -17%;
      }
      
    }








  @media (max-width: 685px) and (max-height: 511px) {
    

    .logo {
      margin-top: 5%;
      display: flex;
      align-items: center;
      gap: -14px;
      flex-direction: column;
    }
    



    .logo-text h1 {
      font-size: 14px;
    }
  
    .logo-text p {
      font-size: 10px;
    }
  
    header {
      margin-top: -8%;
    }
  
    .nav-toggle-label {
      display: flex;
    }
  
    nav {
      width: 190px;
      padding: 0.85rem;
    }
  
    .hero h2 {
      font-size: 1.2rem;
      margin-top: 11%;
    }
  
    .quality-text p {
      width: 105%;
    }
  
    .empower-text h2 {
      font-size: 26px;
      width: 145%;
      margin-left: 52%;
    }
  
    .empower-text p {
      width: 130%;
      margin-left: 60%;
    }
  
    .empower-image img {
      width: 100%;
      margin-left: 52%;
    }
  
    .contact-map {
      width: 35%;
    }
  
    iframe {
      width: 320%;
    }
  
    .footer {
      padding: 0.75rem 0.5rem;
    }
  
    .social-icon {
      width: 18px;
      height: 18px;
    }
  
    .copyright {
      font-size: 0.8rem;
    }
  }
  }
}