@font-face {
  font-family: "Roberto";
  src: url("./insurance_assets/fonts/Roboto-VariableFont_wdth,wght.ttf");
  font-weight: 400;
  font-style: normal;
}
.lobster-two-regular {
  font-family: "Roberto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lobster-two-bold {
  font-family: "Roberto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lobster-two-regular-italic {
  font-family: "Roberto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lobster-two-bold-italic {
  font-family: "Roberto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

h1,
h2 {
  font-family: "Roberto", sans-serif;
  /* font-family: "Roberto", sans-serif; */
  font-weight: 700;
  font-style: normal;
}

#announcement-bar {
  z-index: -1;
}

.custom-navbar {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.ts {
  text-shadow: 1px 2px 3px black;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.animate-marquee {
  animation: marquee 25s linear infinite;
}

.animate-marquee-reverse {
  animation: marquee-reverse 25s linear infinite;
}

.bg-slider {
  background-size: cover;
  background-position: center;
  transition: background-image 1s ease-in-out;
}

/* <!-- why choose services  --> */

/* Custom keyframes for animations */
@keyframes pulse-slow {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.4;
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.animate-pulse-slow {
  animation: pulse-slow 8s ease-in-out infinite;
}
.animate-float {
  animation: float 6s ease-in-out infinite;
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.animate-number {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animate-number.visible {
  opacity: 1;
  transform: scale(1);
}

/* <!-- video section  --> */

/* Custom keyframes for animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}
.animate-scale {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.animate-scale.visible {
  opacity: 1;
  transform: scale(1);
}

/* <!-- testimonial section  --> */

/* Custom keyframes for animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}
/* Custom Swiper styles */
.my-swiper {
  overflow: hidden;
  padding: 0 16px;
}
.my-swiper-slide {
  padding: 0 16px;
}
.my-swiper-button-prev,
.my-swiper-button-next {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  transform: translateY(-50%);
}
.my-swiper-button-prev:hover,
.my-swiper-button-next:hover {
  background: #f9fafb;
  transform: translateY(-50%) scale(1.1);
}
.my-swiper-button-prev {
  left: -16px;
}
.my-swiper-button-next {
  right: -16px;
}
.my-swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  gap: 8px;
}
.my-swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d1d5db;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.my-swiper-pagination-bullet:hover {
  background: #9ca3af;
}
.my-swiper-pagination-bullet-active {
  width: 32px;
  background: linear-gradient(to right, #f97316, #ef4444);
  border-radius: 9999px;
}

/* <!-- brands style  --> */

/* Custom keyframes for animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}
/* Custom Swiper styles */
.aps-partner-swiper-top,
.aps-partner-swiper-bottom {
  overflow: hidden;
  padding: 0 16px;
}
.swiper-wrapper {
  display: flex;
  flex-direction: row;
}
.aps-partner-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  flex: 0 0 auto;
}
.aps-partner-pagination {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  gap: 8px;
}
.aps-partner-bullet {
  width: 12px;
  height: 12px;
  background: #d1d5db;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.aps-partner-bullet:hover {
  background: #9ca3af;
}
.aps-partner-bullet-active {
  width: 32px;
  background: linear-gradient(to right, #1e40af, #3b82f6);
  border-radius: 9999px;
}

/* crop insurance css  */

.eb-garamond {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
}
.ts {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}
.checklist-item::before {
  content: "/f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #1e90ff;
  margin-right: 0.75rem;
  transition: transform 0.4s ease;
}
.checklist-item:hover::before {
  transform: scale(1.2);
}
.luxury-button {
  background: linear-gradient(to right, #1e90ff, #00bfff);
  border: 2px solid #1e90ff;
  transition: all 0.4s ease;
}
.luxury-button:hover {
  background: linear-gradient(to right, #00bfff, #1e90ff);
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.card-hover {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.card-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* marquee style  */
.marquee {
  position: relative;
  color: #ffffff;
  background: #0e1b41;
  padding: 20px 0;
  font-size: 20px;
  font-family: "Playwrite", "Trebuchet MS", "Lucida Sans Unicode",
    "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  overflow: hidden;
  letter-spacing: 0.05em;
}

.marquee_inner {
  display: flex;
  width: fit-content;
  flex: auto;
  flex-direction: row;
  gap: 10px;
}

.marquee_part {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 4px;
  gap: 15px;
}

.arrow {
  width: 40px;
  height: auto;
  margin: 0;
  transform: rotate(0deg);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.arrow.active {
  transform: rotate(-180deg);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
