body {
  margin: 0;
  font-family: "Libertinus Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.hero-section {
  background: linear-gradient(135deg, #6062ff 0%, #6062ff 100%);
  padding: 100px 0;
  color: #fff;
  
}
.hero-shape {
  background-color: #7bc3e9;
  clip-path: ellipse(60% 50% at 60% 50%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  
}
.hero-content {
  position: relative;
  z-index: 1;
}
.hero-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.btn {
  background-color: #6062ff;
  color: white;
}
.btn:hover {
  background-color: #48bbfa;
}

.ccard {
  width: 300px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0); /* initially no shadow */
  transition: box-shadow 0.3s ease;
}

.ccard:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.about-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}
.about-section h2 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #2c3e50;
}
.about-section p {
  font-size: 1.1rem;
  color: #555;
}
.about-list li {
  margin-bottom: 10px;
  font-size: 1.05rem;
}
.about-image {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.footer-section {
  background-color: #fff;
  /* padding: 40px 0; */
}
.footer-section h5 {
  /* margin-bottom: 20px; */
  color: #000000;
}
.footer-section ul {
  list-style: none;
  padding-left: 0;
}
.footer-section ul li {
  /* margin-bottom: 10px; */
  color: #1f1e1e;
}
.footer-section ul li a {
  text-decoration: none;
  color: #000;
}
.footer-section ul li a:hover {
  color: #007bff;
}

.about-hero {
  background-color: #d6eafc;
  color: #000;
  padding: 60px 0;
  text-align: center;
}
.about-hero h1 {
  font-weight: bold;
  margin-bottom: 20px;
}
.section-padding {
  padding: 60px 0;
}
.team-member img {
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.cta-section {
  background-color: #fdfeff;
  padding: 50px 0;
  text-align: center;
}

.subscribe-container {
  max-width: 600px;
  margin: 80px auto;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  color: #333;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #0d6efd;
}
.btn-custom {
  background-color: #0d6efd;
  color: #fff;
  font-weight: bold;
}
.btn-custom:hover {
  background-color: #0b5ed7;
}

body {
  background: #f8f9fa;
  font-family: "Segoe UI", sans-serif;
}
.contact-header {
  background-color: #d6eafc;
  color: #000;
  padding: 60px 0;
  text-align: center;
}
.contact-header h1 {
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-form {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.btn-custom {
  background-color: #0d6efd;
  color: #fff;
  font-weight: bold;
}
.btn-custom:hover {
  background-color: #0b5ed7;
}

.blog-header {
  background: linear-gradient(135deg, #0d6efd, #6610f2);
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease, background-color 0.5s ease;
  cursor: pointer;
}

.blog-card:hover {
  background-color: #d6eafc;
  color: #fff;
  transform: scale(1.1) rotate(3deg);
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover img {
  transform: scale(1.2) rotate(-5deg);
}

.blog-card-body {
  padding: 20px;
}

.blog-card h5 {
  margin-bottom: 15px;
  transition: color 0.5s ease;
}

.blog-card:hover h5 {
  color: #000000;
}

/* -------------- */

.blog-car {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  background: white;
}

.blog-car:hover {
  transform: translateY(-5px);
}

.blog-im {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-car-body {
  padding: 20px;
}

.blog-titl {
  font-size: 1.3rem;
  font-weight: bold;
  color: #0d6efd;
  margin-bottom: 10px;
}

.blog-tex {
  color: #444;
  font-size: 0.95rem;
}

.btn-rea {
  margin-top: 15px;
  font-size: 0.9rem;
  padding: 8px 20px;
  border-radius: 30px;
  transition: all 0.3s;
}

.btn-rea:hover {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}
.text-lin {
  display: block;
  margin-bottom: 0.5rem;
  color: inherit;
}

.footer-images:hover {
  background-color: #48bbfa;
  /* padding: 4px; */
  border-radius: 10px;
}
.footer-images a img {
  padding: 5px;
}
h1 {
  text-align: center;
  color: #007acc;
  margin-bottom: 20px;
}
.service {
  margin-bottom: 30px;
}
.service h2 {
  color: #005f99;
  margin-bottom: 10px;
}
.service p {
  color: #555;
  margin: 0;
}
.cta-button {
  display: inline-block;
  background: #007acc;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background 0.3s ease;
  margin-top: 20px;
}
.cta-button:hover {
  background: #005f99;
}

.twoanchor{
  padding-left: 4px;
  padding-right: 4px;
}
.twoanchor:hover{
  background-color: white;
  color: white;
  display: inline-block;
  border-radius: 20px;
}