/* ==========================
   General css (Typography) 
========================== */

h2 {
  font-size: 50px;
  color: #000000;
}

h3 {
  font-size: 40px;
  color: #000000;
}

p {
  font-size: 18px;
}

.clip-path {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

body {
  font-family: 'Figtree', sans-serif;
}


/* ==========================
   Navbar
========================== */

.navbar .navbar-brand img {
  max-width: 200px;
  height: auto;
}

.navbar-nav .nav-link {
  color: #000000 !important;
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.primary-menu {
  position: relative;
}

.secondary-menu {
  position: absolute !important;
  top: 100%;
  left: 0%;
  z-index: 10;
  background: #fff;
}


.secondary-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.secondary-menu.show {
  display: block;
}


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.collapse .navbar-nav .primary-menu {
  border-bottom: 2px solid transparent;
}

.collapse .navbar-nav .primary-menu:hover {
  border-bottom: 2px solid #000;
}



/* ==========================
   Buttons
========================== */
.btn-primary {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.btn-primary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.btn-outline-primary {
  border-color: #000000;
  color: #000000;
}

.btn-outline-primary:hover {
  background-color: #000;
    color: #fff;
}

.book-demo:hover {
  color: #fff;
  border: 1px solid #000
}


/* ==========================
   Banner
========================== */
.banner-bg {
  background-image: url('https://images.pexels.com/photos/3184465/pexels-photo-3184465.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.banner-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.banner-bg .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 425px) and (min-width: 300px) {
  .main-banner-section .buzzTrend {
    width: 100%;
    max-width: 370px;
    min-width: 300px;
  }
}


/* ==========================
   Cards
========================== */
.card .bi,
.text-orange {
  color: #000000 !important;
}

.bg-orange {
  background-color: #000000 !important;
  color: #fff !important;
}

.social-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-bottom-left-radius: 50px;
  text-align: center;
  border-bottom-right-radius: 50px;
}


/* ==========================
   Testimonials
========================== */
.testimonial-card {
  border-radius: 1rem;
  background: #fff;
  text-align: center;
  overflow: hidden;
  min-height: 330px;
  transition: all 0.3s ease;
}

.testimonial-logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  padding: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  position: relative;
  top: -10px;
}

.testimonial-logo img {
  max-width: 100%;
  object-fit: contain;
}

.testimonial-text.short,
.testimonial-text.full {
  font-size: 0.95rem;
  color: #333;
}

.read-toggle {
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
  cursor: pointer;
}


/* ==========================
   Tabs
========================== */
.nav-pills .nav-link {
  color: #000000;
  border: 1px solid #000000;
}

.nav-pills .nav-link.active {
  background-color: #000000;
  color: white;
}

.omni-channel-slider .container ul {
  overflow: hidden !important;
}

#featureTabs {
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
}

.equal-image {
  width: 100%;
  max-width: 415px;
  height: auto;
  aspect-ratio: 415 / 296;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .equal-image {
    max-width: 100%;
    aspect-ratio: 4 / 3;
  }
}

.omni-channel-slider ul {
  scroll-behavior: smooth;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
  width: fit-content;
}

.nav-pills .nav-link.active {
  background-color: transparent;
  color: #ffffff;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #fff;
  font-size: 20px;
  font-weight: 700;
}

.nav-pills .nav-link {
  background-color: transparent;
  color: #ffffff;
  border-radius: 0;
  border: none;
  font-size: 20px;
}

@media (max-width: 768px) {
  #featureTabs {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    white-space: nowrap;
  }

  #featureTabs .nav-item {
    flex: 0 0 auto;
  }

  .social-suite .social-card {
    text-align: center;
  }

  .social-suite h5 {
    justify-content: center;
  }
}


/* ==========================
   Carousel
========================== */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000000;
  border-radius: 50%;
}

.brand-logo-marquee .owl-carousel .owl-nav {
  font-size: 75px;
  color: #000000;
}

.brand-logo-marquee .owl-carousel .owl-nav .owl-prev:hover,
.brand-logo-marquee .owl-carousel .owl-nav .owl-next:hover {
  color: #222;
}


/* ==========================
   Utilities
========================== */

.text-orange {
  color: #000000 !important;
}

.border-orange {
  border-color: #000000 !important;
}

.section-underline {
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #000000, #444);
  border-radius: 10px;
  margin-top: 8px;
}

.divider {
  width: 80px;
  height: 4px;
  border-radius: 10px;
}


/* ==========================
   Video Section
========================== */
.video-frame {
  border-radius: 12px;
  overflow: hidden;
  max-width: 900px;
  background-color: #111;
}

.custom-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #000000;
  border-radius: 50%;
  color: white;
  font-size: 14px;
}


/* ==========================
   Footer
========================== */
.footer {
  background-color: #0d0d0d;
}

.footer-title {
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
  font-weight: 200;
}

.social-icon {
    color: #000000;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
}

footer .social-icon.facebook:hover{
  background-color: #1877f2;
  border: #1877f2;
}

/* .social-icon.facebook:hover {
  color: #1877f2;
} */

/* .social-icon .fa-instagram:hover {
  background: linear-gradient(45deg, #feda75, #d62976, #4f5bd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

footer .social-icon.instagram:hover{
  background: linear-gradient(45deg, #feda75, #d62976, #4f5bd5);
  border: #d62976;
}

footer .social-icon.linkedln:hover{
  background-color: #0077b5;
  border: #0077b5;
}

footer .social-icon.youtube:hover{
  background-color: #FF0000;
  border: #FF0000;
}

/* .social-icon .fa-linkedin-in:hover {
  color: #0077b5;
}

.social-icon .fa-youtube:hover {
  color: #FF0000;
} */


footer .copy-right {
  color: #bbb !important;
}

hr {
  border-color: rgba(255, 255, 255, 0.1);
}

footer .social-icon.facebook {
  padding: 8px 12px !important;
}


/* -------------------- navigation bar */
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 2rem 1rem;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .navbar-collapse .btn,
  .navbar-collapse .fw-medium {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
}

.main-banner-section-btn a {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-demo-btn:hover {
  background-color: #fff;
  color: #000;
  border-color: transparent !important;
}

.banner-watch-btn:hover {
  background-color: #000;
  color: #fff;
  border: transparent !important;
}

.real-story-section h3 {
  color: #fff !important;
}


/* Loader custom css */
#loader {
  transition: opacity 0.4s ease;
}

#loader.hidden {
  opacity: 0;
  pointer-events: none;
}