* {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}


/* Mobile styles */
@media (max-width: 768px) {
  body {
    font-size: 16px; /* Adjust font size for smaller screens */
    padding: 0px;
  }

  .container {
    width: 100%; /* Full width for mobile */
    padding: 0px;
  }

  header {
    text-align: center;
  }

  /* Example for a column layout turning into a stacked layout */
  .column {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

 #nav-bar {
  position: sticky;
  top: 0;
  z-index: 1050;
}

.navbar {
  background-image: linear-gradient(to right, #0f1212, #0d1111);
  padding: 0 !important;
  height: 75px;
}

.navbar-brand span {
  margin-left: 30px;
  color: white;
  font-weight: 600;
  background-image: linear-gradient(to right, #222626b0, #184c4c);
}

.navbar-brand span b {
  font-weight: 600;
  background-image: linear-gradient(to right, #1fabab, #24c6c6);
  color: #0d1111;
  padding: 5px;
  border-radius: 8px 15px;
}

#navbarNav {
  padding-right: 0;
}


.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end; /* Align nav items to the right */
}

.navbar-nav li {
  padding: 0 10px;
  font-family: cursive;
}

.navbar-nav li a {
  color: #fcf9f9 !important;
  font-weight: 600;
  float: right;
  text-align: left;
}

.fa-bars {
  color: rgb(190, 82, 82);
  font-size: 30px !important;
}

.navbar-toggler {
  outline: none !important;
}

#viewCart {
  background-color: #fff;
  color: #010b0b;
}

#viewCart:hover {
  background-color: #24c6c6;
  color: #010b0b;
}


/* Mobile View */
@media (max-width: 768px) {
  .navbar-nav {
    text-align: center;
    width: 100%;
  }

  .navbar-brand span {
    margin-left: 20px;
    color: white;
    font-weight: 600;
    background-image: linear-gradient(to right, #222626b0, #184c4c);
  }

  .navbar-nav .nav-item {
    padding: 15px;
    border-top: 1px solid #ddd;
  }

  .navbar-nav .nav-item:last-child {
    border-bottom: 1px solid #ddd;
  }

  .navbar-toggler {
    font-size: 2em;
  }

  .d-flex {
    display: inline-flex;
    margin-left: auto; /* Align to the right */
  }

  .cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
  }


  .btn-info.light-cart {
    background-color: #ff6f61;
    color: #fff;
    border: none;
  }

  .btn-info.light-cart i {
    margin-right: 5px;
  }

  /* Hide the cart badge on smaller screens */
  #cartItemCount {
    display: none;
  }
}



/*------Hamburger style-------*/

/* Initial hamburger icon style */
.navbar-toggler {
  border: none;
  background: transparent;
  transition: all 0.3s ease;
}

.navbar-toggler .fa-bars {
  transition: transform 0.3s ease;
}

/* When menu is open, change hamburger to 'X' */
.navbar-toggler.collapsed .fa-bars {
  transform: rotate(45deg); /* Rotate bars to form an 'X' */
}

.navbar-toggler.collapsed .fa-bars::before {
  content: "\f00d"; /* FontAwesome cross (X) */
}

/* Optional: Add some animation */
.navbar-toggler.collapsed {
  transform: rotate(180deg); /* You can rotate the entire button if you'd like */
}


/* When the hamburger menu is open */
#nav-bar.open .navbar {
  background-color: #000000; /* Change background color when menu is open */
}

/* Styling for hamburger menu when open */
#nav-bar.open .navbar-toggler {
  background-color: #24c6c6; /* Change background color of the hamburger icon */
}

/* Add animation to the hamburger icon when open */
#nav-bar.open .fa-bars {
  color: #fff; /* Change icon color when the menu is open */
  transform: rotate(90deg); /* Optionally rotate the icon when open */
}

/* Optional: Make the navbar collapse smoother */
#nav-bar.open .navbar-collapse {
  transition: max-height 0.3s ease-out;
  max-height: 500px; /* Increase the max-height to show menu */
}

/* Optional: Hide navbar items when the menu is open */
#nav-bar.open .navbar-nav {
  background-color: rgba(0, 0, 0, 0.8); /* Add dark background to the menu */
  position: absolute;
  top: 75px; /* Position below the navbar */
  left: 0;
  right: 0;
  text-align: center; /* Center the items */
  width: 100%;
}

/* Style for the navbar items when the menu is open */
#nav-bar.open .navbar-nav li {
  padding: 15px 0;
  font-size: 18px;
}

/* Ensure the navbar items' links are visible when open */
#nav-bar.open .navbar-nav li a {
  color: #fcf9f9 !important;
  font-weight: 600;
  text-align: center;
}

/* Close navbar on clicking outside */
#nav-bar.open .navbar-collapse {
  display: block;
}



/*------------Carousal slidder------------*/



.carousel {
  transition: transform 1s ease-in-out;
}


#carousal-slider-header {
  width: 100%;
}

.carousel-item {
  min-height: 100vh; /* Full viewport height */
  background-size: cover; /* Ensures the image covers the entire container */
  background-position: top; /* Centers the image */
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
}

/* Adjust text color and style */
.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  text-align: center;
}

/* Optionally, adjust text for mobile */
.carousel-caption h3 {
  font-size: 4rem;
  margin-left: 300px;
  font-family: cursive;
  word-wrap: balance;
}

.carousel-caption p {
  font-size: 1.5rem;
  margin-left: 300px;
  font-weight: 500;
  word-wrap: balance;
}

/*------------------banner section-------------------*/

#banner {
  background-color: #e2e1dfbb;
  border-bottom: #010b0b 10px;
  color: #fff;
  padding-top: 1%;
  width: 100%;
}

#banner .container {
  padding: 0 10px;
  display: flex;
}

.col-md-6 img {
  height: 55vh;
  width: 60vw;
  margin-top: 100px;
  border-radius: 20px;
}

.intro-title {
  font-family: system-ui;
  font-size: 50px;
  font-weight: 600;
  margin-top: 100px;
  color: #150c0c;
}

.intro-info {
  font-family: system-ui;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 5px;
  color: #150c0c;
}
.bottom-img {
  width: 100%;
}

#button-1 {
  width: 110px;
  height: 50px;
  font-size: 1.4vw;
  margin-top: 13px;
  background-color: #147272 !important;
  border-radius: 5px;
}

#button-1:hover {
  background-color: #ffffffbb !important; /* Darker blue color on hover */
  transform: scale(1.1); /* Slightly increase the size */
  color: #010b0b;
}



/* Mobile responsiveness */
@media screen and (max-width: 767px) {

  /* Adjust the layout of the container */
  #banner .container {
    flex-direction: column; /* Stack items vertically on mobile */
    align-items: center; /* Center items horizontally */
  }

  /* Make image smaller and more responsive */
  .col-md-6 img {
    height: auto;
    width: 80%; /* Set width to 80% for better fit */
    margin-top: 20px;
    border-radius: 10px; /* Slightly smaller border radius for mobile */
  }

  /* Adjust font size for the title on smaller screens */
  .intro-title {
    font-size: 30px;
    margin-top: 20px; /* Adjust top margin for mobile */
  }

  /* Adjust font size for intro info */
  .intro-info {
    font-size: 1rem; /* Slightly smaller font size for mobile */
    margin-top: 10px; /* Adjust margin for mobile */
  }

  /* Adjust button size and spacing for mobile */
  #button-1 {
    width: 60%; /* Make button wider for easier tap on mobile */
    height: 45px;
    font-size: 1.2rem; /* Adjust font size for mobile */
    margin-top: 20px;
  }

  /* Bottom image styling (if any) */
  .bottom-img {
    width: 100%;
    height: auto; /* Ensure the bottom image adjusts properly */
  }
}
/*---------cart section--------------*/

#cart-items {
  width: 100%;
}

.cart-title {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 2.5rem;
}

/* Add basic styling and transition to cards */
.card {
  border: 5px solid #ddd; /* Light border color */
  border-radius: 15px; /* Rounded corners */
  transition: all 0.3s ease-in-out; /* Smooth transition for all effects */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Initial soft shadow */
  filter: blur(5px); /* Initial blur for the effect */
  opacity: 0; /* Initially invisible */
  transition: opacity 0.5s ease-in-out, filter 0.5s ease-in-out; /* Smooth transition for blur and opacity */
  margin: 1.5rem;
}

/* On hover, the card will focus and have no blur effect */
.card:hover {
  transform: translateY(-10px); /* Slight lift effect */
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2); /* Deeper shadow for hover */
  filter: blur(0); /* Remove blur on hover */
  opacity: 1; /* Make card visible */
}

/* Apply fade-in effect when the card is displayed */
.card-columns .card {
  animation: fadeIn 1s forwards, blurIn 0.8s forwards; /* Add animation for fade-in and blur-in */
}

/* Keyframes for fade-in effect */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Keyframes for blur-in effect */
@keyframes blurIn {
  0% {
    filter: blur(5px); /* Initial blur */
  }
  100% {
    filter: blur(0); /* No blur after animation */
  }
}

/* Hover animation on the card image */
.card-img-top {
  transition: transform 0.3s ease-in-out; /* Smooth scaling effect */
}

/* On hover, make the image zoom slightly */
.card:hover .card-img-top {
  transform: scale(1.05); /* Scale image slightly */
}

/* Card title and body styling */
.card-title {
  font-size: 1.25rem;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}

.card-body {
  padding: 1.25rem; /* Slight padding for card content */
}

.card-text {
  color: #555;
  font-size: 1rem;
  transition: color 0.3s ease-in-out;
}

/* Card button */
.card .btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  transition: background-color 0.3s ease-in-out;
}

/* Button hover effect */
.card .btn:hover {
  background-color: #0056b3;
  color: white;
}

/* Apply subtle fade-in effect for all cards (start delay on each) */
.card-columns .card:nth-child(odd) {
  animation-delay: 0.2s;
}

.card-columns .card:nth-child(even) {
  animation-delay: 0.4s;
}

.card-body button {
  background-color: #147272 !important;
  border-radius: 5px !important;
}

.card-body button:hover {
  background-color: #ffffffbb !important; /* Darker blue color on hover */
  transform: scale(1.1); /* Slightly increase the size */
  color: #010b0b !important;
  border: 1px solid black !important;
}

/*---------- service section-----------*/

#our-service h2 {
  display: flex;
  justify-content: center;
  font-size: 3rem;
  font-family: system-ui;
  margin-bottom: 40px;
}

#services {
  padding: 3px 0;
  background-color: #e2e1dfbb;
  width: 100%;
  margin: 2px;
}

.services {
  text-align: center; /* Centers the content */
  margin-bottom: 30px;
  display: flex;
  align-items: center; /* Align items vertically */
  justify-content: center; /* Centers items horizontally */
  flex-wrap: nowrap; /* Prevent the content from wrapping to the next line */
  transition: all 0.3s ease-in-out;
}

.service-icon,
.service-icon-1,
.service-icon-2,
.service-icon-3 {
  margin-right: 15px; /* Adds space between the icon and text */
  padding: 18px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-in-out; /* Hover effect */
}

.service-icon {
  background: rgb(236, 127, 204);
}

.service-icon-1 {
  background: rgb(96, 168, 255);
}

.service-icon-2 {
  background: rgb(241, 157, 47);
}

.service-icon-3 {
  background: rgb(171, 78, 253);
}

.services i {
  font-size: 27px;
  color: rgb(19, 10, 10);
}

.container h4 {
  font-family: system-ui;
  font-size: 1.8vw;
  font-weight: 300;
  margin-top: 5px;
  color: #150c0c;
  word-wrap: break-word;
  text-overflow: ellipsis; /* Add ellipsis if text overflows */
  overflow: hidden; /* Hide overflowing text */
}

/* Hover Effect */
.services:hover .service-icon,
.services:hover .service-icon-1,
.services:hover .service-icon-2 {
  transform: scale(1.1); /* Slight zoom effect */
  cursor: pointer;
}

/* Responsive Design */
@media (max-width: 768px) {
  .services {
    flex-direction: column; /* Stack the icon and text vertically on small screens */
    align-items: center;
  }

  .service-icon,
  .service-icon-1,
  .service-icon-2 {
    margin-bottom: 10px; /* Adjust spacing for stacked layout */
  }

  .container h4 {
    font-size: 4vw; /* Smaller font size for mobile */
  }

  .services i {
    font-size: 22px; /* Adjust icon size for mobile */
  }
}

@media (max-width: 576px) {
  /* Further adjustments for extra small screens */
  .container h4 {
    font-size: 5vw; /* Very responsive text */
  }

  .service-icon,
  .service-icon-1,
  .service-icon-2 {
    height: 45px;
    width: 45px;
  }

  .services i {
    font-size: 20px; /* Adjust icon size further */
  }
}





/*----Testimonial styling----*/
#testimonials {
  background-color: #f9f9f9;
  padding: 50px 0;
  width: 100%; /* Ensure the section takes full width */
}

.testimonial-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.testimonial-card p {
  font-size: 1.2em;
  color: #333;
}

.testimonial-card p:last-child {
  font-style: italic;
  color: #888;
  margin-top: 20px;
}

.testimonial-image img {
  width: 120px; /* Adjust to the desired size */
  height: 120px; /* Adjust to the desired size */
  object-fit: cover; /* Ensure the image is contained within the circle */
  border-radius: 50%; /* Make the image circular */
  margin-bottom: 20px; /* Add spacing between the image and the text */
}

/* Optional: Add custom styles to make slider controls look better */
.testimonial-slider-control-prev, .testimonial-slider-control-next {
  font-size: 2em;
  top: 50%;
  transform: translateY(-50%);
}

/* Add animation on hover */
.testimonial-card:hover {
  transform: translateY(-10px);
}

/* Full width layout for the section */
.container {
  width: 100%; /* Ensure it takes full width */
  max-width: 100%; /* Remove max-width constraint */
  padding-left: 0;
  padding-right: 0;
}

/* Styling for slider controls */
.slider-controls {
  text-align: center;
  margin-top: 20px;
}

.slider-controls button {
  padding: 10px 20px;
  margin: 0 10px;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}

.slider-controls button:hover {
  background-color: #555;
}

/* Make sure the testimonials are responsive */
@media (max-width: 768px) {
  .testimonial-card {
    width: 100%; /* Full width on mobile */
    padding: 20px; /* Adjust padding */
  }

  .testimonial-slide {
    flex-direction: column; /* Stack testimonials vertically */
  }
}

.testimonial-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap; /* Allows wrapping for the mobile view */
  padding: 0 15px;
}

@media (max-width: 1024px) {
  .testimonial-card {
    width: 48%; /* Two cards in a row on larger tablets */
    margin-bottom: 20px; /* Space between rows */
  }
}

@media (max-width: 768px) {
  .testimonial-card {
    width: 100%; /* Full width on smaller screens */
    padding: 20px;
  }
}




/*-------- footer section style------------*/

#footer {
  background-image: linear-gradient(to right, #0f1212, #0d1111);
  color: #fff;
  position: relative;
}

.footer-img {
  width: 100%;
}

.footer-box {
  padding: 20px;
}

.footer-box img {
  width: 120px;
}

.footer-box .fa {
  margin-right: 8px;
  font: 25px;
  height: 40px;
  width: 40px;
  text-align: center;
  padding-top: 7px;
  border-radius: 2px;
  background-image: linear-gradient(to right, #1c2424, #222727);
}

.footer-box .form-control {
  box-shadow: none !important;
  border: none;
  border-radius: 0;
  margin-top: 25px;
  max-width: 250px;
}

.footer-box .btn-dark {
  box-shadow: none !important;
  border: none;
  border-radius: 0;
  margin-top: 30px;
}

hr {
  background-color: white;
}

.copyright {
  margin-bottom: 0;
  padding-bottom: 20px;
  text-align: center;
}

/*----------Abous us-------------*/

#about-body {
  font-family: "Arial", sans-serif;
  background-color: #f8f9fa;
  color: #333;
}

.header {
  text-align: center;
  padding: 50px 0;
  background-color: #004d99;
  color: white;
  animation: fadeIn 3s ease-in-out;
}

.header h1 {
  font-size: 50px;
  font-weight: bold;
}

.header p {
  font-size: 20px;
  font-weight: lighter;
}

.section-title {
  font-size: 30px;
  font-weight: bold;
  color: #004d99;
  margin-bottom: 20px;
  animation: slideIn 2s ease-out;
}

.mission {
  background-color: #ffffff;
  padding: 50px 0;
  animation: fadeIn 3s ease-in-out;
}

.mission p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
}

.container {
  padding: 50px 15px;
}

.team {
  text-align: center;
  margin-bottom: 50px;
  animation: fadeIn 2s ease-in-out;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  color: #004d99;
  margin-bottom: 30px;
}

.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
  animation: fadeInUp 2s ease-in-out;
}

.team-member img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.team-member img:hover {
  transform: scale(1.1);
}

.team-member h5 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
  color: #004d99;
}

.team-member p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
}

.social-links a {
  margin: 0 10px;
  font-size: 20px;
  color: #004d99;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #007bff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .team-member {
    margin-bottom: 30px;
  }

  .team-member img {
    width: 150px;
    height: 150px;
  }

  .team-member h5 {
    font-size: 20px;
  }

  .team-member p {
    font-size: 16px;
  }
}

.values {
  background-color: #ffffff;
  padding: 50px 0;
  animation: fadeIn 3s ease-in-out;
}

.values ul {
  list-style-type: none;
  padding-left: 0;
}

.values li {
  font-size: 18px;
  margin-bottom: 15px;
  color: #444;
  position: relative;
  padding-left: 30px;
}

.contact {
  background-color: #f1f1f1;
  padding: 50px 0;
  animation: fadeIn 2s ease-in-out;
}

.contact-info {
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-info a {
  color: #004d99;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.footer {
  text-align: center;
  padding: 20px;
  background-color: #004d99;
  color: white;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Add media queries for mobile responsiveness */
@media (max-width: 767px) {
  .team .team-member {
    margin-bottom: 20px;
  }

  .team .team-member img {
    width: 120px;
    height: 120px;
  }

  .contact-info {
    font-size: 16px;
  }
}

/*------Contact Page-------*/

.container {
  padding: 50px 15px;
}

.contact-section {
  text-align: center;
  margin-bottom: 50px;
  animation: fadeIn 2s ease-in-out;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  color: #004d99;
  margin-bottom: 30px;
}

.contact-form {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  animation: fadeInUp 2s ease-in-out;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #004d99;
  outline: none;
}

.contact-form button {
  width: 100%;
  padding: 15px;
  background-color: #004d99;
  border: none;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #007bff;
}

.social-links a {
  margin: 0 10px;
  font-size: 20px;
  color: #004d99;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #007bff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .contact-form {
    padding: 20px;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 12px;
  }

  .contact-form button {
    font-size: 16px;
  }
}

/*---------Services Styling-----------*/

.container {
  padding: 80px 15px;
}

.hero-section {
  text-align: center;
  animation: fadeIn 3s ease-in-out;
  padding: 50px 0;
  background-color: #004d99;
  color: white;
  animation: fadeIn 3s ease-in-out;
  margin: 10px;
}

.section-title {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.section-description {
  font-size: 20px;
  font-weight: lighter;
  color: #ffffff;
  margin-bottom: 40px;
}

.service-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  animation: fadeInUp 2s ease-in-out;
  width: 350px;
}

.service-info h1 {
  text-align: center;
  animation: fadeIn 3s ease-in-out;
  padding: 50px 0;
  color: rgb(33, 90, 215);
  animation: fadeIn 3s ease-in-out;
  margin: 10px;
  font-size: 3rem;
  font-weight: bolder;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.service-info p {
  text-align: center;
  animation: fadeIn 3s ease-in-out;
  color: rgb(33, 90, 215);
  animation: fadeIn 3s ease-in-out;
  font-size: 1.8rem;
  font-weight: lighter;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.section-title-head {
  animation: fadeIn 3s ease-in-out;
  color: rgb(33, 90, 215);
  animation: fadeIn 3s ease-in-out;
  font-size: 1.8rem;
  font-weight: lighter;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.service-card:hover {
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.service-card i {
  font-size: 50px;
  color: #3498db;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.service-card:hover i {
  color: #2980b9;
}

.service-card h5 {
  font-size: 24px;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 20px;
}

.service-card p {
  font-size: 16px;
  color: #7f8c8d;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.service-card-container {
  flex: 1;
  max-width: 280px;
  margin: 15px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive layout */
@media (max-width: 767px) {
  .service-card-container {
    max-width: 100%;
    margin: 15px 0;
  }
}



          
/* Preloader Styles */


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
}

.spinner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-bounce {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #4CAF50;
    animation: bounce 1.2s infinite ease-in-out;
}

.spinner-bounce:nth-child(1) {
    animation-delay: -0.4s;
}

.spinner-bounce:nth-child(2) {
    animation-delay: -0.2s;
}

.spinner-bounce:nth-child(3) {
    animation-delay: 0s;
}

/* Bounce Animation */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

/* Main Content */
#mainContent {
    padding: 20px;
    font-family: Arial, sans-serif;
}

#mainContent h1 {
    font-size: 24px;
    text-align: center;
    margin-top: 50px;
}
