@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Roboto", sans-serif;
}

body {
  background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
  animation: fadeIn 3s ease-out;
  color: #333;
}

/* Animation for Fade-in Effect */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

section {
  overflow: hidden;
}

/* Navbar Styling */
.navbar {
  background: #ffffff;

  transition: all 0.3s ease-in-out;
}

.navbar-brand {
  font-family: "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0d6efd;
  transition: all 0.3s ease;
}

.navbar-brand:hover {
  color: #6610f2;
}

.nav-link {
  font-weight: 500;
  color: #333;
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: #0d6efd;
  text-decoration: underline;
}

.navbar-nav .nav-item .nav-link.active {
  color: #0d6efd;
}

.navbar-toggler {
  border-color: #0d6efd;
}

.navbar-toggler-icon {
  background-color: #0d6efd;
}

.btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #6610f2;
  border-color: #6610f2;
  transform: scale(1.05);
}

.navbar.sticky-top {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Hero Section Styling */
.hero-section {
  background: linear-gradient(to right, #0d6efd, #6610f2);
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}

.hero-section .container {
  z-index: 2;
}

.hero-section .row {
  display: flex;
  align-items: center;
}

.hero-section h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.hero-section p {
  color: #ffffff;
  font-size: 1.2rem;
  opacity: 0.9;
}

.hero-section .btn {
  background-color: #ffffff;
  color: #0d6efd;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.hero-section .btn:hover {
  background-color: #0d6efd;
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.hero-section .img-fluid {
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-section .img-fluid:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.hover-zoom:hover {
  transform: scale(1.05);
}

/* marquee section */
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* service section */
.hover-shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: all 0.3s ease-in-out;
}
.transition {
  transition: all 0.3s ease-in-out;
}

/* pricing section */
.pricing-card {
  transition: all 0.3s ease;
  border-radius: 1rem;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-color: #0d6efd !important;
}

.pricing-card .btn {
  transition: all 0.3s ease;
}

.pricing-card .btn:hover {
  transform: scale(1.05);
}

.badge-popular {
  font-size: 0.8rem;
  top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/* Testimonials Card Style */
.card {
  transition: all 0.3s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Adjust Text and Icon */
.fa-quote-left {
  color: #2c3e50;
}

.card-body {
  background-color: #fff;
  color: #2c3e50;
}

/* Adjust Icon for Client */
.fa-user-tie {
  color: #3498db;
}

/* Section Background */
.section-title h2 {
  font-family: "Arial", sans-serif;
}

/* Text Adjustments */
.section-title p {
  color: #7f8c8d;
}

/* contact section */

.icon-box {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
}

.icon-box:hover {
  background-color: #f0f4ff;
  box-shadow: 0 0 10px rgba(13, 110, 253, 0.2);
  transform: translateX(5px);
}

.icon-box .icon {
  font-size: 1.5rem;
  color: #0d6efd;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(13, 110, 253, 0.1);
}

.btn-primary {
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: scale(1.05);
}

/* Optional: Background pattern if not using image */
.bg-light-pattern {
  background: linear-gradient(to bottom right, #f8f9fa, #e9ecef);
}

/* CTA section */
.bg-gradient-primary-fixed {
  background: linear-gradient(135deg, #0d6efd, #6610f2) !important;
  color: white;
}

.cta-btn {
  transition: all 0.3s ease;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

.cta-btn:hover {
  background-color: #fff;
  color: #0d6efd !important;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
  .text-lg-end {
    text-align: center !important;
  }
}
