body {
  font-family: "Segoe UI", sans-serif;
}

.top-bar {
  background-color: #ffd449;
  padding: 5px 0;
  font-size: 14px;
}

.navbar {
  background-color: #fff;
}
.navbar-brand img {
  max-height: 70px;
}

.btn-yellow {
  background-color: #ffd449;
  color: #000;
  font-weight: 600;
}

.hero {
  background-color: #fff5d1;
  padding: 60px 0;
}

.hero h1 {
  font-weight: 800;
  font-size: 2.8rem;
}

.hero p {
  font-size: 1rem;
  color: #333;
}

.hero img {
  max-width: 100%;
}

.brand-logos img {
  max-height: 50px;
  max-width: 100%;
}

.offcanvas-start {
  background-color: #ffd449;
  color: white;
}

.offcanvas-body a {
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  text-decoration: none;
}
.service-border {
  border: 1px solid;
  border-image: linear-gradient(180deg, #f7ce4d 0%, #ffffff 100%) 1;
  border-radius: 20px;
}

.blog-card {
  border: 1px solid;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
}

.border-red {
  border-color: #fbb6b6;
}

.border-green {
  border-color: #96f1e1;
}

.object-fit-cover {
  object-fit: cover;
}

.flip-card {
  background: transparent;
  perspective: 1000px;
  width: 100%;
  height: 250px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flip-card-front {
  background-color: #f7ce4d;
  color: white;
}

.flip-card-back {
  background-color: #f7ce4d;
  transform: rotateY(180deg);
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
}

.accordion-button::after {
  content: "+";
  font-size: 1.25rem;
  color: #000;
  background-image: none !important;
  transform: none !important;
}
.accordion-button:not(.collapsed)::after {
  content: "–";
  color: #fbbc04;
}
.accordion-button {
  font-weight: 500;
  font-size: 1rem;
  background-color: #fff;
}
.accordion-body {
  border-top: 1px dashed #ccc;
}

footer input.form-control {
  border-radius: 10px;
}
footer .btn-danger {
  border-radius: 10px;
}
footer a:hover {
  text-decoration: underline;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .hero h1 {
    font-size: 1.2rem;
  }
  .hero p {
    font-size: 0.8rem;
  }
  .testimonialSwiper .card{
    background-color: #fbbc04;
    color: white;
  }
  .collaboration{
    padding-bottom: 70px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
