:root {
  --quicklink-blue: #00a0ff;
  --quicklink-light-blue: #33ccff;
  --quicklink-dark-blue: #022c49;
  --gray-50: #f8f9fa;
  --gray-100: #f1f3f5;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --white: #ffffff;
  --black: #000000;
}



html, body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}


.footer {
  background-color: var(--quicklink-dark-blue);
  color: var(--white);
  padding: 5rem 0 2rem 0;
  margin: 0;
  width: 100vw; /* غيّر من 100% إلى 100vw */
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
  overflow-x: hidden;
}


.footer .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0; /* أزل أي padding هنا */
  width: 100%;
}
.logo img{
  width: 80px;
  height: 70px;
  padding-top:0% ;
  padding-bottom: 5%;
  padding-left: 2%;

}

.navbar .container{
  height: 50px;
}
/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.6;
  color: var(--gray-800);
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.section-padding {
  padding: 5rem 0;
}

.text-center {
  text-align: center;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: none;
}

.btn-primary {
  background: linear-gradient(to right, var(--quicklink-blue), var(--quicklink-light-blue));
  color: var(--white);
}

.btn-primary:hover {
  opacity: 0.9;
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--quicklink-blue);
  color: var(--quicklink-blue);
}

.btn-outline:hover {
  background-color: rgba(0, 160, 255, 0.05);
}

.btn-outline.light {
  color: var(--white);
  border-color: var(--white);
}

.btn-outline.light:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Section Header */
.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem auto;
}

.section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--gray-900);
}

.section-header p {
  font-size: 1.125rem;
  color: var(--gray-600);
  max-width: 600px;
  margin: 0 auto;
}

.divider {
  width: 5rem;
  height: 0.25rem;
  background: linear-gradient(to right, var(--quicklink-blue), var(--quicklink-light-blue));
  margin: 1.5rem auto;
}

/* Navbar */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem 0;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  z-index: 1000;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo-mark {
  display: flex;
  height: 2rem;
  width: 2rem;
  position: relative;
}

.logo-square-1 {
  width: 1rem;
  height: 1rem;
  background-color: var(--quicklink-blue);
}

.logo-square-2 {
  width: 1rem;
  height: 2rem;
  background-color: var(--quicklink-light-blue);
}

.logo-square-3 {
  width: 1rem;
  height: 1rem;
  background-color: var(--quicklink-blue);
  margin-top: 1rem;
}

.logo-text {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--quicklink-dark-blue);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-links a {
  text-decoration: none;
  color: var(--gray-700);
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--quicklink-blue);
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.mobile-menu-btn .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: var(--gray-800);
}

/* Hero Section */
.hero {
  padding: 8rem 0 5rem 0;
  background: linear-gradient(to bottom right, var(--white), var(--gray-50), var(--gray-100));
}

.hero .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hero-content {
  flex: 1;
  padding-right: 2rem;
  min-width: 300px;
}

.hero h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.gradient-text {
  background: linear-gradient(to right, var(--quicklink-blue), var(--quicklink-light-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.hero p {
  font-size: 1.25rem;
  color: var(--gray-700);
  margin-bottom: 2rem;
  max-width: 600px;
}

.hero-image {
  flex: 1;
  position: relative;
  min-width: 300px;
  display: flex;
  justify-content: center;
}

.image-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(0, 160, 255, 0.2), rgba(51, 204, 255, 0.2));
  border-radius: 1.5rem;
  transform: rotate(6deg);
}

.hero-image img {
  border-radius: 1.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 1;
}

/* Services Section */
.services {
  padding: 5rem 0;
  background: var(--white);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.service-card {
  padding: 1.5rem;
  border: 1px solid var(--gray-100);
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.service-card:hover {
  border-color: var(--gray-200);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  background-color: rgba(0, 160, 255, 0.1);
  color: var(--quicklink-blue);
  margin-bottom: 1rem;
}

.service-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--quicklink-dark-blue);
}

.service-card p {
  color: var(--gray-600);
}

/* About Section */
.about {
  padding: 5rem 0;
  background-color: var(--gray-50);
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem;
}

.about-image {
  flex: 1;
  position: relative;
  min-width: 300px;
}

.image-decorator-1 {
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  width: 12rem;
  height: 12rem;
  background-color: rgba(0, 160, 255, 0.1);
  border-radius: 0.5rem;
  z-index: 0;
}

.image-decorator-2 {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  width: 12rem;
  height: 12rem;
  background-color: rgba(51, 204, 255, 0.1);
  border-radius: 0.5rem;
  z-index: 0;
}

.about-image img {
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}

.about-text {
  flex: 1;
  min-width: 300px;
}

.about-text h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.about-text p {
  margin-bottom: 1rem;
  color: var(--gray-700);
}

.about-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.value {
  padding-left: 1rem;
  border-left: 4px solid;
}

.value:nth-child(1) {
  border-color: var(--quicklink-blue);
}

.value:nth-child(2) {
  border-color: var(--quicklink-light-blue);
}

.value h3 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.value p {
  color: var(--gray-600);
}

/* Stats Section */
.stats {
  padding: 4rem 0;
  background: linear-gradient(to right, var(--quicklink-blue), var(--quicklink-light-blue));
  color: var(--white);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.stat {
  text-align: center;
}

.stat-value {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.stat p {
  font-size: 1.25rem;
}

/* Work Section */
.work {
  padding: 5rem 0;
  background-color: var(--white);
}

.filter-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.filter-btn {
  padding: 0.5rem 1rem;
  background-color: transparent;
  border: 1px solid var(--gray-300);
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s;
}

.filter-btn.active {
  background: linear-gradient(to right, var(--quicklink-blue), var(--quicklink-light-blue));
  color: var(--white);
  border-color: transparent;
}

.filter-btn:not(.active):hover {
  border-color: var(--quicklink-blue);
  color: var(--quicklink-blue);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.project-card {
  border: 1px solid var(--gray-100);
  border-radius: 0.5rem;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.project-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.project-image {
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.project-card:hover .project-image img {
  transform: scale(1.05);
}

.project-content {
  padding: 1.5rem;
}

.project-category {
  font-size: 0.875rem;
  color: var(--quicklink-blue);
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}

.project-content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: var(--gray-900);
}

.project-content p {
  color: var(--gray-600);
  margin-bottom: 1.5rem;
}

/* Testimonials Section */
.testimonials {
  padding: 5rem 0;
  background-color: var(--white);
}

.testimonial-slider {
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-quotes {
  padding: 2rem;
  background-color: var(--gray-50);
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  position: relative;
}

.quote-icon {
  color: var(--gray-300);
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.testimonial-slide {
  display: none;
  position: relative;
  z-index: 1;
}

.testimonial-slide.active {
  display: block;
}

.testimonial-text {
  font-size: 1.25rem;
  font-style: italic;
  color: var(--gray-700);
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-image {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid var(--white);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.author-name {
  font-weight: 600;
  font-size: 1.125rem;
}

.author-title {
  color: var(--quicklink-blue);
}

.testimonial-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

.testimonial-prev,
.testimonial-next {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

.testimonial-prev:hover,
.testimonial-next:hover {
  background-color: var(--gray-50);
}

.testimonial-dots {
  display: flex;
  gap: 0.5rem;
}

.dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: var(--gray-300);
  cursor: pointer;
  transition: background-color 0.2s;
}

.dot.active {
  background-color: var(--quicklink-blue);
}

/* FAQ Section */
.faq {
  padding: 5rem 0;
  background-color: var(--white);
}

.accordion {
  max-width: 800px;
  margin: 0 auto;
}

.accordion-item {
  border-bottom: 1px solid var(--gray-200);
  overflow: hidden;
}

.accordion-btn {
  width: 100%;
  text-align: left;
  padding: 1.5rem 0;
  border: none;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.accordion-btn::after {
  content: '+';
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.accordion-btn.active::after {
  content: '−';
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1rem 0 0;
}

.accordion-content p {
  padding-bottom: 1.5rem;
  color: var(--gray-600);
}

.accordion-btn.active + .accordion-content {
  max-height: 500px;
}

/* CTA Section */
.cta {
  padding: 5rem 0;
  background-color: var(--gray-50);
}

.cta-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 2rem;
  background-color: var(--quicklink-dark-blue);
  border-radius: 1rem;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.cta-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 10rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.cta-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15rem;
  height: 15rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(33%, 33%);
}

.cta-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cta-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Contact Section */
.contact {
  padding: 5rem 0;
  background-color: var(--white);
}

.contact-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}

.contact-form {
  padding-right: 2rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--gray-700);
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--gray-300);
  border-radius: 0.375rem;
  background-color: var(--white);
  font-size: 1rem;
  color: var(--gray-800);
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--quicklink-blue);
  box-shadow: 0 0 0 2px rgba(0, 160, 255, 0.1);
}

.contact-info {
  background-color: var(--gray-50);
  padding: 2rem;
  border-radius: 0.5rem;
}

.contact-info h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: var(--quicklink-dark-blue);
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.contact-item svg {
  color: var(--quicklink-blue);
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.contact-item p:first-of-type {
  font-weight: 600;
  color: var(--gray-800);
}

.contact-item p:not(:first-of-type) {
  color: var(--gray-600);
}

/* Footer */
.footer {
  background-color: var(--quicklink-dark-blue);
  color: var(--white);
  padding: 5rem 0 2rem;
}

.footer-content {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) 2fr;
  gap: 4rem;
  margin-bottom: 2rem;
}

.footer-company {
  margin-bottom: 2rem;
}

.footer-company p {
  color: var(--gray-300);
  margin: 1.5rem 0;
  max-width: 400px;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--gray-300);
  transition: all 0.2s;
}

.social-links a:hover {
  background-color: var(--quicklink-blue);
  color: var(--white);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
}

.footer-link-group h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.footer-link-group ul {
  list-style: none;
}

.footer-link-group li {
  margin-bottom: 0.75rem;
}

.footer-link-group a {
  color: var(--gray-300);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-link-group a:hover {
  color: var(--white);
}

.footer hr {
  border: none;
  border-top: 1px solid var(--gray-700);
  margin: 2rem 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--gray-300);
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-legal {
  display: flex;
  gap: 2rem;
}

.footer-legal a {
  color: var(--gray-300);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-legal a:hover {
  color: var(--white);
}

/* Toast */
.toast {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background-color: var(--white);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  z-index: 9999;
  transform: translateY(150%);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

.toast-content {
  padding-right: 1rem;
}

.toast-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.toast-message {
  color: var(--gray-600);
  font-size: 0.875rem;
}

.toast-close {
  background: none;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  color: var(--gray-500);
}

/* Responsive styles */
@media (max-width: 992px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  .contact-container {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding-right: 0;
  }
  
  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--white);
    padding: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }

  .nav-links.active {
    display: flex;
  }

  .mobile-menu-btn {
    display: block;
  }
  
  .mobile-menu-btn.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  
  .mobile-menu-btn.active .bar:nth-child(2) {
    opacity: 0;
  }
  
  .mobile-menu-btn.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .hero .container {
    flex-direction: column;
  }

  .hero-content {
    padding-right: 0;
    order: 2;
  }

  .hero-image {
    margin-bottom: 2rem;
    order: 1;
  }

  .services-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }

  .about-content {
    flex-direction: column;
    gap: 2rem;
  }

  .filter-buttons {
    flex-wrap: wrap;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .footer-legal {
    flex-wrap: wrap;
    justify-content: center;
  }
}




@media (max-width: 576px) {
  body {
    font-size: 0.95rem;
  }
.footer .container {
    padding: 0 1rem;
  }
  .container {
    padding: 0 0.5rem;
    max-width: 100vw;
  }

  .section-padding {
    padding: 2rem 0;
  }

  .hero {
    padding: 5rem 0 2rem 0;
  }

  .hero-content,
  .about-text {
    min-width: 0;
    padding: 0 0.5rem;
  }

  .hero-image,
  .about-image {
    min-width: 0;
    padding: 0 0.5rem;
  }

  .services,
  .about,
  .work,
  .testimonials,
  .faq,
  .cta,
  .contact {
    padding: 2rem 0;
  }

  .footer {
    padding: 2rem 0 1rem;
  }

  .footer-content {
    gap: 1rem;
  }

  .footer-company p {
    max-width: 100%;
    font-size: 0.95rem;
  }

  .footer-links {
    gap: 1rem;
  }

  .footer-link-group h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .footer-link-group li {
    margin-bottom: 0.5rem;
  }

  .footer-bottom {
    padding-top: 1rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .projects-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .about-values {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .testimonial-slider {
    padding: 0 0.5rem;
  }

  .cta-content {
    padding: 2rem 0.5rem;
  }

  .contact-container {
    grid-template-columns: 1fr;
    gap: 0rem;
    
  }

  .contact-info {
    margin-top: 1.5rem;      /* Add space above the box */
    padding: 2rem;           /* Reduce padding for small screens */
    box-sizing: border-box;
    width: 100%;
    word-break: break-word;
    border-radius: 0.5rem;
    background-color: var(--gray-50); /* Ensure background is visible */
  }
}

