
/* fonts */
/* Inter Light (300) */
@font-face {
  font-family: Inter;
  src: url('../assets/font/Inter-Light-BETA.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../assets/font/Inter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../assets/font/Inter-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../assets/font/Inter-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../assets/font/Inter-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Global Styles */
:root {
  --primary: #1d4ed8;
  --primary-light: #3b82f6;
  --secondary: #06b6d4;
  --dark: #1e293b;
  --light: #f8fafc;
  --gray: #94a3b8;
  --white: #ffffff;
  
}

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


body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #334155;
  background-color: #f8fafc;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

ul {
  list-style: none;
}

.text-gradient {
  background: linear-gradient(to right, #1d4ed8, #06b6d4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: flex;
}

/* Header */
.header {
  background-color: var(--white);
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 20px;
}

.logo {
  font-size: 1.5rem;
  font-weight: 700;
}

.nav {
  display: flex;
  align-items: center;
}

.nav-list {
  display: flex;
  gap: 1.5rem;
}
.nav-item{
  display: flex;
  align-items: center;
}
.nav-item a {
  font-weight: 500;
  color: #4b5563;
}

.nav-item a:hover {
  color: var(--primary);
}

.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: var(--dark);
  color: var(--white) !important;
  border-radius: 0.375rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
}

.button:hover {
  background-color: var(--primary-light);
}

.button-outline {
  background-color: #ffffff6e;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.button-outline:hover {
  background-color: rgba(59, 130, 246, 0.1);
}

.button-white {
  background-color: var(--white);
  color: var(--primary) !important;
}

.button-white:hover {
  background-color: #f8fafc;
}

.button-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
}

.mobile-menu-button {
  display: none;
  background: none;
  border: none;
  color: #4b5563;
  cursor: pointer;
  font-size: 1.5rem;
}

.mobile-menu {
  display: none;
  background-color: var(--white);
  width: 100%;
  padding: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mobile-menu.active {
  display: block;
}

.mobile-nav-item {
  padding: 0.75rem 0;
}

/* Hero Section */
.hero {
  position: relative;
  background-image: linear-gradient(to right, #1e3a8a, #0e7490);
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding: 5rem 0;
}

.hero-with-bg {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-with-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../images/home-hero-bg.avif');
  background-size: cover;
  background-position: center;
}



.hero-content {
  position: relative;
  z-index: 10;
  max-width: 700px;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.hero p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
}
.hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  color: var(--white);
}

.hero-content p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  color: var(--white);

}

/* Services Section */
.services {
  padding: 5rem 0;
  background-color: #f9fafb;
}

.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.section-header h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.section-header p {
  font-size: 1.125rem;
  color: #6b7280;
}

.services-grid {
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
  grid-template-columns: 1fr 1fr 1fr ;
  gap: 2rem;
  margin-bottom: 3rem;
}

.service-card {
  background-color: var(--white);
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.service-image {
  position: relative;
  height: 16rem;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.05);
}

.service-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.service-title {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: var(--white);
  z-index: 1;
  font-size: 1.25rem;
}

.service-content {
  padding: 1.5rem;
}

.service-content p {
  color: #6b7280;
  margin-bottom: 1rem;
}

.service-link {
  color: var(--dark);
  font-weight: 600;
}

.service-link:hover {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

/* Features Section */
.features {
  padding: 5rem 0;
  background-color: var(--white);
}

.features-container {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.features-image {
  position: relative;
  flex: 1;
}

.features-image img {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.features-content {
  flex: 1;
}
.features-content h2{
  display: flex;
  flex-wrap: wrap;
  font-size: 2.1rem;

}
.features-content span{
  padding-left: 5px;
  padding-right: 5px;
}
.features-list {
  margin-top: 2rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  background-color: #e0f2fe;
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.feature-text h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.feature-text p {
  color: #6b7280;
}

/* Testimonials */
.testimonials {
  padding: 5rem 0;
  background-color: #f9fafb;
}

.testimonials-grid {
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
  grid-template-columns: 1fr 1fr 1fr ;

  gap: 2rem;
}

.testimonial-card {
  background-color: var(--white);
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.testimonial-avatar {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(to right, #3b82f6, #06b6d4);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
}

.testimonial-info h4 {
  font-weight: 600;
  margin-bottom: 0;
}

.testimonial-info p {
  color: #6b7280;
  font-size: 0.875rem;
}

.testimonial-stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.star {
  color: #facc15;
}

.testimonial-text {
  color: #4b5563;
  font-style: italic;
}

/* CTA Section */
.cta {
  padding: 5rem 0;
  background: linear-gradient(to right, #1d4ed8, #0891b2);
  color: var(--white);
  text-align: center;
}

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

.cta p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Contact Form */
.contact {
  padding: 5rem 0;
}

.contact-container {
  display: flex;
  gap: 3rem;
}

.contact-info {
  flex: 2;
  background-color: var(--white);
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-info-header {
  background: linear-gradient(to bottom right, #1d4ed8, #0891b2);
  padding: 2rem;
  color: var(--white);
}

.contact-info-content {
  padding: 2rem;
}

.contact-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.contact-icon {
  width: 3rem;
  height: 3rem;
  background-color: #e0f2fe;
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.contact-text h3 {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}

.contact-form {
  flex: 3;
  background-color: var(--white);
  border-radius: 0.75rem;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #4b5563;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  background-color: var(--white);
  transition: border-color 0.2s ease;
}

.form-control:focus {
  outline: none;
  border-color: var(--primary);
}

textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

/* Services Detail Page */
.services-list {
  display: grid;
  grid-template-columns: 1fr 1fr ;
  gap: 4rem;
}

.service-detail {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.service-detail-image {
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}

.service-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.service-icon-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.service-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #e0f2fe;
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-icon svg{
  width: 24px;
  height: 24px;
}
.service-icon-title h2{
  margin-bottom: 0px;
}
.service-features {
  background-color: #f9fafb;
  padding: 1rem;
  border-radius: 0.5rem;
  /* margin-bottom: 1.5rem; */
}

.feature-list {
  list-style: none;
}

.feature-list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.feature-check {
  color: #10b981;
  height: 24px;
  width: 24px;
}

/* Custom Services */
.custom-services {
  padding: 5rem 0;
  background-color: #f9fafb;
}

.custom-services-card {
  background-color: var(--white);
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.custom-services-split {
  display: flex;
  flex-direction: column;
}

.custom-left {
  background: linear-gradient(to bottom right, #1d4ed8, #0891b2);
  color: var(--white);
  padding: 3rem;
}

.custom-right {
  padding: 3rem;
}

.approach-step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.approach-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.custom-example-list {
  margin-top: 1rem;
}

/* Footer */
.footer {
  background-color: #111827;
  color: #e5e7eb;
  padding: 3rem 0 1.5rem;
}

.footer-grid {
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); */
  grid-template-columns: 1fr 1fr 1fr ;

  gap: 2rem;
  margin-bottom: 3rem;
}

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

.footer-heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.footer-text {
  color: #9ca3af;
}

.social-links {
  display: flex;
  gap: 0.75rem;
}

.social-link {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  transition: color 0.3s ease;
}

.social-link:hover {
  color: var(--white);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-link {
  color: #9ca3af;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: var(--white);
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #9ca3af;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: var(--white);
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid #374151;
  color: #6b7280;
}

/* Map Section */
.map {
  padding: 4rem 0;
  background-color: #f9fafb;
}

.map-container {
  height: 400px;
  background-color: #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.map-icon {
  font-size: 3rem;
  color: #6b7280;
  /* margin-bottom: 1rem; */
  width: 100%;
  height: 100%;
}
.py-20{
  padding: 80px 0px;
}

/* Utility Classes */
.bg-gray-50 {
  background-color: #f9fafb;
}

.bg-white {
  background-color: var(--white);
}

.bg-gradient {
  background: linear-gradient(to right, #1d4ed8, #0891b2);
}

.text-white {
  color: var(--white);
}

.text-gray {
  color: #6b7280;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

/* Media Queries */
@media (max-width: 1199px) {
  .services-list {
    display: grid;
    grid-template-columns: 1fr ;
    gap: 4rem;
}
}
@media (max-width: 1024px) {
  .features-container {
    flex-direction: column;
  }
  
  .service-detail {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .nav {
    display: none;
  }
  
  .mobile-menu-button {
    display: block;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-container {
    flex-direction: column;
  }
  
  .form-row {
    grid-template-columns: 1fr;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
  }
  
  .custom-services-split {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 2rem;
  }
  
  .section-header h2 {
    font-size: 1.75rem;
  }
  .logo{
    font-size: 1.2rem; 
  }
  .hero-content h1{
    font-size: 2.2rem;
  }
  .button-outline{
    background-color: #ffffffeb;
    color: var(--primary) !important;
  }
  .features-content h2{
   
    font-size: 1.5rem;
  }
 
}

@media (min-width: 768px) {
  .custom-services-split {
    flex-direction: row;
  }
  
  .custom-left,
  .custom-right {
    width: 50%;
  }
  
  .service-detail {
    flex-direction: row;
  }
  
  .service-detail-image {
    width: 40%;
  }
  
  .service-detail-content {
    width: 60%;
  }
  .service-detail-content a{
    width: 181px;
    font-size: 14px;
    font-weight: 400;

  }
}