body {
  font-family: "Poppins", sans-serif;
  color: #343a40;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.img-height-logo {
  height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Case Studies Index */
.case-studies-page .hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/images/case-studies-bg.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 0;
  text-align: center;
  margin-bottom: 50px;
}

.case-study-card {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

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

.case-study-image {
  height: 200px;
  overflow: hidden;
}

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

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

.case-study-content {
  padding: 20px;
}

.case-study-content h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.case-study-content .client {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.case-study-content .excerpt {
  margin-bottom: 15px;
  color: #444;
}

.tech-badge {
  display: inline-block;
  background: #f0f0f0;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* Case Study Details */
.case-study-hero {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 50px;
}

.case-study-hero .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 50px 15%;
}

.case-study-header {
  text-align: center;
  padding: 50px 0;
  background: #f9f9f9;
  margin-bottom: 50px;
}

.project-link {
  margin: 30px 0;
}

.project-code {
  color: #666;
  font-size: 0.9rem;
}

.overview-list {
  list-style: none;
  padding: 0;
}

.overview-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.services-list,
.tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-badge {
  background: #e3f2fd;
  color: #1976d2;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
}

.related-items {
  display: grid;
  gap: 20px;
}

.related-item {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px;
}

.related-image {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  margin-bottom: 10px;
}

.cta-section {
  background: #f8f9fa;
  padding: 30px;
  text-align: center;
  border-radius: 8px;
}

.cta-section h3 {
  margin-bottom: 15px;
}

.cta-section p {
  margin-bottom: 20px;
  color: #666;
}

.section-title {
  position: relative;
  font-weight: 700;
  margin-bottom: 2rem !important;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #076e8d;
  border-radius: 3px;
}
.section-title.text-start::after {
  left: 0;
  transform: none;
}

.bg-banner-part {
  background-color: #076e8d;
}

.navbar {
  background-color: #ddf1fa;
  padding: 1rem 0;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 2px solid #ddf1fa;
}
.navbar.scrolled {
  padding: 0.5rem 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.navbar .navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
}
.navbar .nav-link {
  color: rgba(255, 255, 255, 0.8);
  color: #000;
  font-weight: 500;
  padding: 0.5rem 1rem !important;
  transition: all 0.3s ease;
}
.navbar .nav-link:hover, .navbar .nav-link.active {
  color: #ffffff;
  color: #000;
}
.navbar .btn-primary {
  font-weight: 500;
}

.hero-section {
  background-color: #031150;
  position: relative;
  overflow: hidden;
  padding-top: 5.6rem !important;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, rgba(7, 110, 141, 0.1), rgba(7, 110, 141, 0.05));
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}
.hero-section .hero-image {
  position: relative;
  z-index: 2;
  animation: float 6s ease-in-out infinite;
  max-width: 100%;
  height: auto;
}
.hero-section .scroll-down {
  color: #ffffff;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
.hero-section .scroll-down:hover {
  color: #076e8d;
}

.hero-carousel .hero-slide {
  position: relative;
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  z-index: 1;
}

.hero-carousel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-carousel .container {
  position: relative;
  z-index: 2;
}

.about-section {
  position: relative;
}
.about-section .about-image-container .about-experience-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background-color: #076e8d;
  color: #ffffff;
  padding: 1.5rem;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.about-section .about-image-container .about-experience-badge .number {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.about-section .about-image-container .about-experience-badge .text {
  font-size: 0.8rem;
  margin-top: 0.25rem;
}

.bg-static {
  background-color: #076e8d !important;
}

.logo-slider {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.no-after::after {
  display: none !important;
}

.logo-track {
  display: flex;
  animation: scroll-left 20s linear infinite;
  gap: 20px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #000000 !important;
}

.logo-item {
  flex: 0 0 auto;
  padding: 0 20px;
  background: #fff;
  padding: 20px 20px;
}

.logo-item img {
  height: 60px;
  width: auto;
}

/* Animation */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.clients-section {
  background-image: url("../images/banner.jpg");
  background: #076e8d;
}
.clients-section .client-testimonial {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 2rem;
}
.clients-section .stat-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.clients-section .stat-card h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #076e8d;
}
.clients-section .stat-card:hover {
  transform: translateY(-5px);
}
.clients-section .client-logo {
  opacity: 0.7;
  transition: all 0.3s ease;
  max-height: 50px;
}
.clients-section .client-logo:hover {
  opacity: 1;
}
.clients-section .carousel-control-prev,
.clients-section .carousel-control-next {
  width: 40px;
  height: 40px;
  background-color: #076e8d;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.clients-section .carousel-control-prev:hover,
.clients-section .carousel-control-next:hover {
  background-color: rgb(4.5878378378, 72.0945945946, 92.4121621622);
}
.clients-section .carousel-control-prev {
  left: 0;
}
.clients-section .carousel-control-next {
  right: 0;
}

.testimonials-section {
  background-color: #ffffff;
}
.testimonials-section .testimonial-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.testimonials-section .testimonial-image {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem 0 0 0.5rem;
}
.testimonials-section .testimonial-quote-mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 80%;
  background-color: #076e8d;
  border-radius: 0 2px 2px 0;
}
.testimonials-section .testimonial-content {
  background-color: #076e8d;
  color: #ffffff;
  height: 100%;
}
.testimonials-section .stars {
  color: #ffc107;
}
.testimonials-section .testimonial-text {
  font-style: italic;
  line-height: 1.6;
}
.testimonials-section .carousel-control-prev,
.testimonials-section .carousel-control-next {
  width: 40px;
  height: 40px;
  background-color: #076e8d;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.testimonials-section .carousel-control-prev:hover,
.testimonials-section .carousel-control-next:hover {
  background-color: rgb(4.5878378378, 72.0945945946, 92.4121621622);
}

.services-section {
  background-color: #f8f9fa;
}
.services-section .service-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
}
.services-section .service-card:hover {
  transform: translateY(-10px);
}
.services-section .service-card:hover .service-icon {
  background-color: #076e8d;
  color: #ffffff;
}
.services-section .service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: rgba(7, 110, 141, 0.1);
  color: #076e8d;
  border-radius: 50%;
  font-size: 2rem;
  transition: all 0.3s ease;
}
.services-section .service-title {
  font-weight: 700;
  font-size: 1.25rem;
}
.services-section .service-description {
  color: #6c757d;
  font-size: 0.9rem;
}

.case-studies-section {
  background-color: #ffffff;
}
.case-studies-section .case-study-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}
.case-studies-section .case-study-card:hover {
  transform: translateY(-10px);
}
.case-studies-section .case-study-card:hover .case-study-overlay {
  opacity: 1;
}
.case-studies-section .case-study-image {
  position: relative;
  overflow: hidden;
}
.case-studies-section .case-study-image img {
  transition: all 0.3s ease;
}
.case-studies-section .case-study-image:hover img {
  transform: scale(1.05);
}
.case-studies-section .case-study-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 17, 80, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.case-studies-section .case-study-content {
  background-color: #ffffff;
}
.case-studies-section .case-study-title {
  font-size: 1.25rem;
  font-weight: 700;
}
.case-studies-section .case-study-description {
  color: #6c757d;
  font-size: 0.9rem;
}
.case-studies-section .read-more {
  color: #076e8d;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.case-studies-section .read-more:hover {
  color: rgb(4.5878378378, 72.0945945946, 92.4121621622);
}
.case-studies-section .badge {
  font-weight: 500;
  padding: 0.35rem 0.65rem;
}

.certifications-section {
  background-color: #f8f9fa;
}
.certifications-section .certification-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}
.certifications-section .certification-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.certifications-section .certification-icon img {
  max-width: 80px;
  height: auto;
  margin: 0 auto;
}
.certifications-section .certification-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #031150;
}
.certifications-section .certification-description {
  color: #6c757d;
}

.blog-section {
  background-color: #ffffff;
}
.blog-section .blog-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}
.blog-section .blog-card .blog-title a {
  text-decoration: none;
  color: #031150;
}
.blog-section .blog-card:hover {
  transform: translateY(-10px);
}
.blog-section .blog-card:hover .blog-title a {
  color: #076e8d;
}
.blog-section .blog-image {
  position: relative;
  overflow: hidden;
}
.blog-section .blog-image img {
  transition: all 0.3s ease;
}
.blog-section .blog-image:hover img {
  transform: scale(1.05);
}
.blog-section .blog-date {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #076e8d;
  color: #ffffff;
  text-align: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  min-width: 60px;
}
.blog-section .blog-date .day {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.blog-section .blog-date .month {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.blog-section .blog-content {
  background-color: #ffffff;
}
.blog-section .blog-categories .badge {
  font-weight: 500;
  padding: 0.35rem 0.65rem;
  margin-right: 0.25rem;
}
.blog-section .blog-title {
  font-size: 1.25rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
.blog-section .blog-excerpt {
  color: #6c757d;
  font-size: 0.9rem;
}
.blog-section .read-more {
  color: #076e8d;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-section .read-more:hover {
  color: rgb(4.5878378378, 72.0945945946, 92.4121621622);
}

.stats-section {
  background-color: #ffffff;
  position: relative;
}
.stats-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f8f9fa;
  z-index: -1;
}
.stats-section .counter-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.stats-section .counter-card:hover {
  transform: translateY(-5px);
}
.stats-section .counter-card h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #076e8d;
  display: inline-block;
}
.stats-section .counter-card span {
  font-size: 2rem;
  font-weight: 700;
  color: #076e8d;
}

.pricing-section {
  background-color: #f8f9fa;
}
.pricing-section .pricing-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.pricing-section .pricing-card:hover {
  transform: translateY(-10px);
}
.pricing-section .pricing-card.featured {
  border: 2px solid #076e8d;
  transform: scale(1.05);
  z-index: 1;
}
.pricing-section .pricing-card.featured:hover {
  transform: scale(1.05) translateY(-10px);
}
.pricing-section .pricing-card.featured .pricing-tier {
  color: #076e8d;
}
.pricing-section .popular-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #076e8d;
  color: #ffffff;
  padding: 0.25rem 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 0 0 0 0.5rem;
}
.pricing-section .pricing-tier {
  font-weight: 700;
  font-size: 1.5rem;
}
.pricing-section .pricing-price .currency {
  font-size: 1.5rem;
  font-weight: 500;
  vertical-align: top;
  line-height: 1;
}
.pricing-section .pricing-price .amount {
  font-size: 3rem;
  font-weight: 700;
  color: #076e8d;
}
.pricing-section .pricing-price .period {
  font-size: 1rem;
  color: #6c757d;
}
.pricing-section .pricing-features li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e9ecef;
}
.pricing-section .pricing-features li:last-child {
  border-bottom: none;
}

.page-header {
  background-image: url("../images/banner.jpg");
  color: #ffffff;
  padding: 8rem 0 4rem;
  position: relative;
  background: #076e8d;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(7, 110, 141, 0.1), rgba(7, 110, 141, 0.05));
  opacity: 0.2;
  z-index: -1;
}
.page-header .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
.page-header .breadcrumb .breadcrumb-item {
  color: rgba(255, 255, 255, 0.7);
}
.page-header .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
}
.page-header .breadcrumb .breadcrumb-item a:hover {
  color: #ffffff;
}
.page-header .breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}
.page-header .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

.contact-form .form-control {
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  border: 1px solid #dee2e6;
}
.contact-form .form-control:focus {
  box-shadow: none;
  border-color: #076e8d;
}
.contact-form .form-label {
  font-weight: 500;
}
.contact-form textarea.form-control {
  min-height: 150px;
}

.contact-info-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  padding: 2rem;
  height: 100%;
}
.contact-info-card .contact-info-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(7, 110, 141, 0.1);
  color: #076e8d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.contact-info-card .contact-info-title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.team-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}
.team-card:hover {
  transform: translateY(-10px);
}
.team-card:hover .team-image img {
  transform: scale(1.05);
}
.team-card:hover .team-social {
  opacity: 1;
}
.team-card .team-image {
  position: relative;
  overflow: hidden;
}
.team-card .team-image img {
  transition: all 0.3s ease;
  width: 100%;
}
.team-card .team-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(3, 17, 80, 0.8);
  padding: 1rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  opacity: 0;
  transition: all 0.3s ease;
}
.team-card .team-social a {
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  color: #031150;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.team-card .team-social a:hover {
  background-color: #076e8d;
  color: #ffffff;
}
.team-card .team-content {
  padding: 1.5rem 2rem;
  text-align: center;
}
.team-card .team-name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.team-card .team-position {
  color: #076e8d;
  font-weight: 500;
  margin-bottom: 1rem;
}

.case-study-details .case-study-meta {
  margin-bottom: 2rem;
}
.case-study-details .case-study-meta .meta-item {
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.case-study-details .case-study-meta .meta-item .meta-title {
  font-weight: 600;
  display: block;
  margin-bottom: 0.25rem;
}
.case-study-details .case-study-meta .meta-item .meta-value {
  color: #6c757d;
}
.case-study-details .case-study-gallery .gallery-item {
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.case-study-details .case-study-gallery .gallery-item img {
  width: 100%;
  transition: all 0.3s ease;
}
.case-study-details .case-study-gallery .gallery-item img:hover {
  transform: scale(1.05);
}

.blog-details .blog-content {
  line-height: 1.8;
}
.blog-details .blog-content p {
  margin-bottom: 1.5rem;
}
.blog-details .blog-content h2,
.blog-details .blog-content h3,
.blog-details .blog-content h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.blog-details .blog-content blockquote {
  border-left: 4px solid #076e8d;
  padding-left: 1.5rem;
  font-style: italic;
  margin: 2rem 0;
}
.blog-details .blog-content img {
  max-width: 100%;
  border-radius: 0.5rem;
  margin: 2rem 0;
}
.blog-details .blog-tags {
  margin: 2rem 0;
}
.blog-details .blog-tags .tag {
  display: inline-block;
  background-color: #e9ecef;
  color: #495057;
  padding: 0.35rem 0.75rem;
  border-radius: 50px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}
.blog-details .blog-tags .tag:hover {
  background-color: #076e8d;
  color: #ffffff;
}
.blog-details .blog-share {
  margin: 2rem 0;
}
.blog-details .blog-share .share-title {
  font-weight: 600;
  margin-bottom: 1rem;
}
.blog-details .blog-share .share-buttons {
  display: flex;
  gap: 0.75rem;
}
.blog-details .blog-share .share-buttons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.3s ease;
}
.blog-details .blog-share .share-buttons a.facebook {
  background-color: #3b5998;
}
.blog-details .blog-share .share-buttons a.twitter {
  background-color: #1da1f2;
}
.blog-details .blog-share .share-buttons a.linkedin {
  background-color: #0077b5;
}
.blog-details .blog-share .share-buttons a:hover {
  transform: translateY(-3px);
}

.footer {
  background-color: #031150;
  color: #ffffff;
  background: #024559 !important;
}
.footer .footer-brand {
  font-weight: 700;
  font-size: 1.5rem;
  color: #ffffff;
  text-decoration: none;
}
.footer .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.footer .social-icons a:hover {
  background-color: #076e8d;
  transform: translateY(-3px);
}
.footer .footer-links li {
  margin-bottom: 0.75rem;
}
.footer .footer-links li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer .footer-links li a:hover {
  color: #076e8d;
  padding-left: 5px;
}
.footer .contact-info {
  color: rgba(255, 255, 255, 0.7);
}
.footer .contact-info i {
  color: #076e8d;
}
.footer .footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
}
.footer .list-inline-item a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer .list-inline-item a:hover {
  color: #076e8d;
}
.footer .list-inline-item:not(:last-child)::after {
  content: "|";
  margin: 0 0.5rem;
  color: rgba(255, 255, 255, 0.3);
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #076e8d;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}
.back-to-top.active {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  background-color: rgb(4.5878378378, 72.0945945946, 92.4121621622);
  transform: translateY(-3px);
}

@media (max-width: 991.98px) {
  .navbar .nav-link {
    padding: 0.5rem 0;
  }
  .hero-section {
    text-align: center;
  }
  .hero-section::before {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.05;
  }
  .testimonial-image {
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .testimonial-content {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .pricing-card.featured {
    transform: scale(1);
  }
  .pricing-card.featured:hover {
    transform: translateY(-10px);
  }
  .about-section .about-image-container .about-experience-badge {
    width: 100px;
    height: 100px;
    padding: 1rem;
    right: -10px;
    bottom: -10px;
  }
  .about-section .about-image-container .about-experience-badge .number {
    font-size: 1.5rem;
  }
  .about-section .about-image-container .about-experience-badge .text {
    font-size: 0.7rem;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.75rem;
  }
  .hero-section h1 {
    font-size: 2rem;
  }
  .stat-card,
  .counter-card {
    padding: 1.5rem;
  }
  .service-card {
    padding: 1.5rem;
  }
  .service-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  .page-header {
    padding: 6rem 0 3rem;
  }
}
@media (max-width: 576.99px) {
  .hero-carousel .hero-slide {
    height: 60vh;
    align-items: end;
  }
  .hero-section h1 {
    font-size: 1.5rem;
    line-height: 37px;
  }
}/*# sourceMappingURL=style.css.map */