/* General Reset and Base Styles */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.woff2") format("woff2"),
    url("fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Bold.woff2") format("woff2"),
    url("fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Poppins", sans-serif;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #1a1a1a;
}

h1.display-3 {
  font-size: 4rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

p.lead {
  font-size: 1.25rem;
}

/* Header and Navigation */
header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.navbar {
      background: linear-gradient(90deg, #06031f, #080525a6);
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 25px !important;
}

.navbar-brand img {
  padding-left: 20px;
  max-height: 60px;
  transition: transform 0.3s ease;
}

.navbar-brand img:hover {
  transform: scale(1.05);
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 500;
  transition: color 0.3s ease, background 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #e9f1ff !important;
  border-radius: 5px;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  top: 100%;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 8px;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-top: 0;
  min-width: 200px;
}

.dropdown-item {
  color: #333;
  padding: 0.5rem 1.5rem;
  transition: background 0.3s ease, color 0.3s ease;
}

.dropdown-item:hover {
  background: #e9f1ff;
  color: #007bff;
}

/* Buttons */
.btn-primary {
  background: #007bff;
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn-primary:hover {
  background: #0056b3;
  transform: translateY(-2px);
}

.btn-light {
  background: #fff;
  color: #007bff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 500;
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn-light:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

/* Hero Section */
.hero-ai-3,
.hero-ai-3 * {
  box-sizing: border-box;
}

.hero-ai-3 {
  /* background: radial-gradient(closest-side, rgba(84, 81, 229, 0.2) 0%, rgba(11, 11, 29, 0.2) 100%), linear-gradient(to left, #05011f, #05011f); */
  /* display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 768px; */
}

/* .frame-14 {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 0 15px;
  padding-top: 122px;
} */

/* .grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 600px;
  position: relative;
} */

/* .heading-h-1 {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-ExtraBold", sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 800;
  width: 100%;
  max-width: 841px;
} */

/* .spacer,
.spacer2 {
  opacity: 0;
  width: 32px;
  height: 32px;
  position: relative;
}

._4-px {
  background: #f1f3f7;
  border: 1px solid #c4b5c5;
  width: 100%;
  height: 100%;
  position: absolute;
} */

/* .text,
.text2 {
  color: #c4b5c5;
  text-align: center;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  width: 70%;
  left: 15%;
  top: 30%;
} */

.paragraph {
  color: #c8c2d2;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
}

/* .button-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.primary-button {
  background: #b75cff;
  border-radius: 6px;
  padding: 14px 18px;
  display: flex;
  flex-direction: row;
  gap: 3px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
  transition: background 0.3s ease, transform 0.2s ease;
} */

.primary-button:hover {
  background: #a44cff;
  transform: translateY(-2px);
}

.button-text {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.line-rounded-arrow-rigth {
  width: 12px;
  height: 12px;
  position: relative;
}

.arrow-rigth {
  width: 70%;
  height: 70%;
  position: absolute;
  left: 15%;
  top: 15%;
}

.sept1 {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.image {
  width: 100%;
  max-width: 1694px;
  height: auto;
  position: relative;
  margin-top: -150px;
}

._31772-1,
.hands-digital-universe-background-2,
._1-544 {
  position: absolute;
  object-fit: cover;
}

._31772-1 {
  width: 617px;
  height: 640px;
  left: 880px;
  top: 2px;
}

.hands-digital-universe-background-2 {
  width: 769px;
  height: 496px;
  left: 0;
  top: 124px;
}

._1-544 {
  width: 793px;
  height: 387px;
  left: 114px;
  top: -116px;
}

/* Cards */
/* Partner Belt Styles */
.partner-belt {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 20px 0;
}

.partner-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 30px;
  animation: scroll 5s linear infinite;
}

.partner-logo {
  max-width: 120px;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.partner-title {
  font-size: 1rem;
  color: #333;
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
  white-space: normal;
  max-width: 120px;
}

.partner-belt:hover .partner-item {
  animation-play-state: paused;
}

.partner-item:hover .partner-logo {
  filter: grayscale(0%);
}

/* Sections */
/* Why Rajsaro AI Section */
.why-rajsaro .row.align-items-center {
  display: flex;
  align-items: center;
}

.why-rajsaro img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.why-rajsaro img:hover {
  transform: scale(1.05);
}

.feature-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* CTA Section */
.cta-section {
  padding: 5rem 0;
  background-size: cover !important;
  background-attachment: fixed !important;
}

.cta-section .btn {
  font-size: 1.25rem;
  padding: 1rem 2.5rem;
}

/* Stats Section */
.stats h3 {
  font-size: 2.5rem;
  color: #007bff;
  transition: transform 0.5s ease;
}

.stats .count-up {
  display: inline-block;
}

/* Testimonials */
/* .testimonials .carousel-item {
  padding: 2rem;
}

.testimonials .rounded-circle {
  width: 120px !important;
  height: 120px !important;
  object-fit: cover;
  border: 4px solid #007bff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonials .fst-italic {
  font-size: 1.1rem;
  color: #555;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: brightness(0) invert(1);
} */

.testimonials .carousel-item {
  padding: 2rem;
}

.testimonials .rounded-circle {
  width: 120px !important;
  height: 120px !important;
  object-fit: cover;
  border: 4px solid #007bff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonials .fst-italic {
  font-size: 1.1rem;
  color: #555;
}
.carousel-indicators [data-bs-target] {
  width: 15px !important;
  height: 15px !important;
  background-color: #cb2323;
}

.carousel-control-prev,
.carousel-control-next {
  width: 4%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  height: 50px; /* Fixed height for buttons */
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: brightness(0) invert(1);
  width: 24px; /* Adjust icon size */
  height: 24px;
}

/* Style for carousel indicators */
.carousel-indicators {
  bottom: -50px; /* Position below the carousel */
}

.carousel-indicators button {
  background-color: #555; /* Default color for inactive dots */
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
}

.carousel-indicators .active {
  background-color: #007bff; /* Active dot color */
}

/* Sticky Consulting Button */
.sticky-consulting {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  animation: pulse 2s infinite;
}

/* Animation for Continuous Scroll */
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

/* Bootstrap Icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

/* Responsive Design */
@media (max-width: 1200px) {
  .hands-digital-universe-background-2 {
    width: 500px;
    height: 320px;
    top: 80px;
  }

  ._1-544 {
    width: 500px;
    height: 240px;
    left: 70px;
    top: -70px;
  }
}

@media (max-width: 992px) {
  .hero-ai-3 {
    min-height: 60vh;
    padding: 15px 0;
  }

  .frame-14 {
    flex-direction: column;
    align-items: center;
  }

  .grid {
    max-width: 100%;
    padding: 0 20px;
  }

  .heading-h-1 {
    font-size: 32px;
    line-height: 40px;
    max-width: 100%;
  }

  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .image {
    max-width: 100%;
    height: 300px;
    margin-top: 30px;
  }

  ._31772-1,
  .hands-digital-universe-background-2,
  ._1-544 {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 10px;
  }

  .navbar-nav {
    text-align: center;
  }


  .card-img-top {
    max-height: 200px;
  }

  h2 {
    font-size: 2rem;
  }
  .hero-section {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
  }
}

@media (max-width: 768px) {
  .hero-ai-3 {
    min-height: 50vh;
    padding: 10px 0;
  }

  .heading-h-1 {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph {
    font-size: 13px;
    line-height: 20px;
  }

  .primary-button {
    padding: 12px 16px;
  }

  .button-text {
    font-size: 13px;
  }

  .image {
    height: 200px;
  }

  .sept1 {
    height: 80px;
  }

  section {
    padding: 4rem 0;
  }

  .stats h3 {
    font-size: 2rem;
  }

  .testimonials .rounded-circle {
    width: 100px !important;
    height: 100px !important;
  }

  .partner-logo {
    max-height: 60px;
  }

  .btn-primary,
  .btn-light {
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .hero-ai-3 {
    min-height: 40vh;
  }

  .heading-h-1 {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 18px;
  }

  .primary-button {
    padding: 10px 14px;
  }

  .button-text {
    font-size: 12px;
  }

  .image {
    height: 150px;
  }

  .sept1 {
    height: 60px;
  }

  h2 {
    font-size: 1.8rem;
  }

  .stats h3 {
    font-size: 1.8rem;
  }

  .testimonials .fst-italic {
    font-size: 1rem;
  }

  .sticky-consulting {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    bottom: 1rem;
    right: 1rem;
  }

  .card-img-top {
    max-height: 150px;
  }

  .partner-card,
  .feature-card,
  .solution-card,
  .step-card,
  .product-card {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .hero-ai-3 {
    padding: 8px 0;
  }

  .grid {
    padding: 0 10px;
  }

  .heading-h-1 {
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph {
    font-size: 11px;
    line-height: 16px;
  }

  .primary-button {
    padding: 8px 12px;
  }

  .button-text {
    font-size: 11px;
  }

  .image {
    height: 120px;
  }

  .sept1 {
    height: 50px;
  }

  h2 {
    font-size: 1.6rem;
  }

  .btn-primary,
  .btn-light {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 992px) {
  .partner-item {
    margin: 0 20px;
  }

  .partner-logo {
    max-width: 100px;
    max-height: 70px;
  }

  .partner-title {
    font-size: 0.9rem;
    max-width: 100px;
  }
}

@media (max-width: 768px) {
  .partner-item {
    margin: 0 15px;
  }

  .partner-logo {
    max-width: 80px;
    max-height: 60px;
  }

  .partner-title {
    font-size: 0.8rem;
    max-width: 80px;
  }
}

@media (max-width: 576px) {
  .partner-item {
    margin: 0 10px;
  }

  .partner-logo {
    max-width: 60px;
    max-height: 50px;
  }

  .partner-title {
    font-size: 0.7rem;
    max-width: 60px;
  }

  .partner-belt {
    padding: 15px 0;
  }
}

@media (max-width: 480px) {
  .partner-item {
    margin: 0 8px;
  }

  .partner-logo {
    max-width: 50px;
    max-height: 40px;
  }

  .partner-title {
    font-size: 0.6rem;
    max-width: 50px;
  }

  .partner-belt {
    padding: 10px 0;
  }

  .hands-digital-universe-background-2 {
    display: none !important;
  }
}
.hero-section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* custom button */

.color-fill-text {
  background: linear-gradient(to right, #f32170, #ff6b08, #cf23cf, #eedd44);
  position: relative;
  display: inline-block;
  color: transparent; /* Make text transparent initially */
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fillColor 0.1s linear infinite;
}
.buttonCustom {
  position: relative;
  width: 150px;
  height: 50px;
  background-color: #000;
  color: white;
  border: none;
  padding: 12px;
  gap: 12px;
  border-radius: 8px;
  cursor: pointer;
}

.buttonCustom::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -4px;
  top: -1px;
  margin: auto;
  width: 158px;
  height: 58px;
  border-radius: 10px;
  background: linear-gradient(to right, #f32170, #ff6b08, #cf23cf, #eedd44);
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.buttonCustom::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #f32170, #ff6b08, #cf23cf, #eedd44);
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.buttonCustom:hover::after {
  filter: blur(30px);
}

.buttonCustom:hover::before {
  transform: rotate(-180deg);
}

.buttonCustom:active::before {
  scale: 0.7;
}

.custom-btn {
  width: 140px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  font-size: 15px;
}

.btn-4 {
  background-color: #004dff;
  background-image: linear-gradient(315deg, #03c8a8 0%, #004dff 74%);
  line-height: 42px;
  padding: 0;
  border: none;
}

.btn-4:hover {
  background-color: #004dff;
  background-image: linear-gradient(315deg, #004dff 0%, #03c8a8 74%);
}

.btn-4 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-4:before,
.btn-4:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.9),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.9),
    inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  transition: all 0.3s ease;
}

.btn-4:before {
  height: 0%;
  width: 0.1px;
}

.btn-4:after {
  width: 0%;
  height: 0.1px;
}

.btn-4:hover:before {
  height: 100%;
}

.btn-4:hover:after {
  width: 100%;
}

.btn-4 span:before,
.btn-4 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.9),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.9),
    inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  transition: all 0.3s ease;
}

.btn-4 span:before {
  width: 0.1px;
  height: 0%;
}

.btn-4 span:after {
  width: 0%;
  height: 0.1px;
}

.btn-4 span:hover:before {
  height: 100%;
}

.btn-4 span:hover:after {
  width: 100%;
}

/* Librariers Section */
.libraries-section {
  padding: 80px 0;
  background: linear-gradient(45deg, #1a1a2e, #16213e);
  color: #e0e0e0;
  position: relative;
  overflow: hidden;
}
.section-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 107, 8, 0.5);
}
.section-title::after {
  content: "";
  width: 120px;
  height: 4px;
  background: linear-gradient(to right, #f32170, #ff6b08);
  display: block;
  margin: 10px auto;
  border-radius: 2px;
}
.owl-item {
  display: flex;
  align-items: stretch;
}
.library-card {
  background: #1f1f2a;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  position: relative;
  height: 320px; /* Increased height for more content */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  border: 2px solid transparent;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  perspective: 1000px;
  margin: 25px 0px;
}
.library-card:hover {
  transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
  border-color: #ff6b08;
  box-shadow: 0 0 20px rgba(243, 33, 112, 0.5), 0 0 30px rgba(255, 107, 8, 0.3);
}
.library-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #f32170, #ff6b08, #cf23cf, #eedd44);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.library-card:hover::after {
  opacity: 0.1;
}
.library-card img {
  max-width: 120px;
  max-height: 60px;
  margin: 0 auto 15px;
  object-fit: contain;
  transition: transform 0.5s ease, filter 0.5s ease;
}
.library-card:hover img {
  transform: scale(1.15);
  filter: drop-shadow(0 0 10px rgba(255, 107, 8, 0.5));
}
.library-card h3 {
  font-size: 1.6rem;
  color: #f0f0f0;
  margin-bottom: 10px;
  font-weight: 600;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
.library-card p {
  color: #b0b0b0;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.library-card ul {
  color: #b0b0b0;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  font-size: 2rem;
  color: #fff;
  background: rgba(255, 107, 8, 0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease;
  backdrop-filter: blur(5px);
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: rgba(255, 107, 8, 0.4);
}
.owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -30px;
}
.owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-dots .owl-dot span {
  background: #b0b0b0;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #f32170;
  opacity: 1;
}
@media (max-width: 992px) {
  .library-card {
    height: 460px;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 1.8rem;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -20px;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 2.2rem;
  }
  .library-card {
    height: 250px;
    padding: 15px;
  }
  .library-card img {
    max-width: 100px;
    max-height: 50px;
  }
  .library-card h3 {
    font-size: 1.4rem;
  }
  .library-card p,
  .library-card ul {
    font-size: 0.9rem;
    -webkit-line-clamp: 3;
  }
  .owl-carousel .owl-nav {
    display: none;
  }
}

.typewriter {
  overflow: hidden;
  color: #333;
  max-width: 90vw;
  text-align: center;
  padding: 0.5rem;
  animation: reveal 3.5s steps(40, end) forwards;
}

@keyframes reveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

/* Media queries for additional responsiveness */
@media (max-width: 768px) {
  .typewriter {
    font-size: clamp(1.2rem, 4vw, 2rem);
  }
}

@media (max-width: 480px) {
  .typewriter {
    font-size: clamp(2rem, 3.5vw, 1.5rem);
  }
}

@media(max-width:991px) {
.navbar-toggler{
  border:1px solid #ffff;
  filter: brightness(0) invert(1);
}
.navbar-brand img {
  padding-left: 0px;
  max-height: 50px;
  transition: transform 0.3s ease;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px 0px !important
}
  
}

.product-card .carousel-inner,
.product-card .carousel-item,
.product-card .carousel-item img {
    height: auto; 
    width: 100%;
}

.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-body {
    flex-grow: 1;  
}