.navbar-brand img {
  height: 60px;
  object-fit: contain;
}

.image-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 600px;
}

.image-container img {
  width: 100%;
  height: fit-content;
  display: block;
}

.animated-text {
  position: absolute;
  top: 25%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: #2d3735;
  font-size: 4.5rem;
  font-weight: bold;
  opacity: 0;
  animation: fadeIn 2s ease-in forwards;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}
.animated-text-p {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: #2d3735;
  font-weight: bold;
  opacity: 0;
  animation: fadeIn 2s ease-in forwards;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}
.animated-text-btn {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: #2d3735;
  font-weight: bold;
  opacity: 0;
  animation: fadeIn 2s ease-in forwards;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.usefulllinks {
  text-decoration: none;
}
.custombg-color {
  background-color: #000000;
}

.footer-link {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  transition: color 0.3s ease;
}

.footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #1d1c1c; /* or any highlight color */
  transition: width 0.3s ease;
}

.footer-link:hover::after {
  width: 100%;
}
.gradient-banner {
  background: linear-gradient(135deg, #bdeaf7, #fbfcfc);
  color: white;
}

.faq-container {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 20px;
  background: #f9f9f9;

  max-width: 800px;
  margin: auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq-item {
  margin-bottom: 20px;
}
.faq-question {
  font-weight: bold;
  cursor: pointer;
  background: #fff;
  color: #000;
  padding: 10px;
  border-radius: 5px;
}
.faq-answer {
  display: none;
  margin-top: 10px;
  padding-left: 10px;
}
.about-image {
  border-radius: 10px;

  /* max-height: 400px; */
  object-fit: cover;
  width: 400px;
  /* left: 90%; */
  margin-left: 70px;
  margin-bottom: 20px;
}
.gradient-section {
  background: linear-gradient(135deg, #80ddf8, #0077b6);
  color: #fff;
}
.gradient-sectio {
  background: linear-gradient(135deg, #bedae1, #114864);
  color: #000;
}

/* -------Card in the blog------------ */

/* Flip card styles */
.flip-card {
  background-color: transparent;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 300px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border-radius: 12px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  backface-visibility: hidden;
  overflow: hidden;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.flip-card-back {
  background: rgba(219, 221, 221, 0.85);
  color: #060606;
  transform: rotateY(180deg);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-title-overlay {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5); /* semi-transparent overlay */
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
}

/* -------------term and conditions---------------- */

.hero-banner {
  background: linear-gradient(135deg, #80ddf8, #0077b6);
  color: white;
  padding: 60px 0;
  text-align: center;
}
h2,
h4 {
  color: #333;
}
.terms-section {
  padding: 40px 15px;
  background-color: #f8f9fa;
}
.terms-section p {
  text-align: justify;
}

/* -------------Privacy and Policy----------------- */

.hero-banner {
  background: linear-gradient(135deg, #80ddf8, #0077b6);
  color: white;
  padding: 60px 0;
  text-align: center;
}
h2,
h4 {
  color: #333;
}
.policy-section {
  padding: 40px 15px;
  background-color: #f8f9fa;
}
.policy-section p {
  text-align: justify;
}

/* -------------------For services in index---------------------- */
.cardforindex {
  position: relative;
  height: 20%;
}

body {
  background: #000;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
}

swiper-container {
  margin: 20px;
  width: 70%;
  height: 10%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Customshadow {
  box-shadow: 0 10px 10px 0 #9ddbf0;
  background-color: rgb(255, 0, 25);
}
.Customshadow:hover {
  box-shadow: 0 20px 10px 0 #80ddf8;
}

/* --------------------Under line glow on the Card text------------------- */

.text-link {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.text-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #252627;
  transition: width 0.3s ease;
}

.text-link:hover::after {
  width: 100%;
}

body {
  background-color: #f8f9fa;
}

.blog-card {
  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-card:hover {
  transform: translateY(-5px);
}

.blog-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-card-body {
  padding: 20px;
}

.blog-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #0d6efd;
  margin-bottom: 10px;
}

.blog-text {
  color: #444;
  font-size: 0.95rem;
}

.btn-read {
  margin-top: 15px;
  font-size: 0.9rem;
  padding: 8px 20px;
  border-radius: 30px;
  transition: all 0.3s;
}

.btn-read:hover {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}
.text-link {
      display: block;
      margin-bottom: 0.5rem;
      color: inherit;
    }