body {
  background-color: #262626;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
  font-family: "Roboto-SemiBold";
  src: url("../fonts/Roboto-SemiBold.ttf");
}

.px-30 {
  padding: 0px 10px !important;
}

.lqd-pf-title.text-22 {
  font-family: "Roboto-Regular";
  letter-spacing: 0.08mm;
  font-size: 1.1rem !important;
}

.text-10.font-bold.uppercase {
  font-size: 1.75rem !important;
}

/* Pulse Animation */

.pulse-arrow {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.text-94 {
  font-size: 80px;
}

.name-formobile {
  color: white !important;
}

.lqd-adv-txt-fig {
  color: #00010a !important;
}

.lqd-promo-content h2 {
  font-size: 6rem !important;
}

.text-10.font-bold.uppercase {
  color: rgb(255, 255, 255) !important;
}

.text-10.font-bold.uppercase {
  margin-bottom: 0rem !important;
}

/* .lqd-preloader-dissolve-el {
  background-color: #dfdddd !important;
} */

.lqd-preloader-dissolve-el {
  background-color: #dfdddd !important;
}

/* Make portfolio images grayscale by default */
.lqd-pf-item .lqd-pf-img img {
  filter: grayscale(100%);
  transition: filter 0.4s ease-in-out;
}

/* Remove grayscale when hovering the entire card */
.lqd-pf-item:hover .lqd-pf-img img {
  filter: grayscale(0%);
}

.clickMe-btn {
  background-color: #ffffff !important;
  color: rgb(0, 0, 0) !important;
}

.banner-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

#banner {
  position: relative;
  overflow: hidden;
  height: 90vh !important; /* full screen */
}

#banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.banner-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}

/* Back to top */
#backToTop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
  background-color: rgb(0, 0, 0) !important;
  padding: 0.5rem;
  border-radius: 50%;
  color: white !important;
}

/* #contact {
  background-color: #dfdddd !important;
} */

.lead-form-btn {
  background-color: #dfdddd !important;
}

.lead-form-btn:hover {
  color: #dfdddd !important;
  background-color: #ffffff !important;
  border: 2px solid black;
}

.accordion-title-txt b {
  color: #dfdddd !important;
}

.result,
.we {
  color: #dfdddd !important;
}

.dominate {
  background-color: #dfdddd !important;
  color: white !important;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}

#backToTop:hover {
  transform: scale(1.1);
}

/* Ensure animations work on mobile */

.logo-default {
  width: 12rem !important;
}

.w-55percent-test {
  width: 80%;
}

.w-45percent-test {
  width: 20%;
}

.team-mem {
  color: rgb(0, 0, 0) !important;
}

/* Disable interactions only for team carousel */
.carousel-no-interactions,
.carousel-no-interactions .carousel-items,
.carousel-no-interactions .carousel-items * {
  pointer-events: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
}

.text-blue-700 {
  color: white !important;
}

.border-white-10 {
  border: 2px solid #dfdddd !important;
}

.cta .txt-rotator-list.text-rotator-activated .txt-rotate-keywords-inner {
  --lqd-color-start: rgb(0, 0, 0) !important;
}

.main-nav li a {
  font-size: 1.05rem;
  color: #e9e8e8 !important;
  font-family: "Roboto-SemiBold";
}

.bg-accent {
  background-color: #dfdddd !important;
  color: white !important;
}

/* .nav-trigger {
  display: none !important;
} */

@media (max-width: 768px) {
  .lqd-promo-content h2,
  .lqd-promo-content p {
    opacity: 1 !important;
    transform: none !important;
  }

  /* Force animation classes on mobile */
  [data-custom-animations] {
    visibility: visible !important;
  }

  .w-55percent-test {
    width: 100% !important;
  }

  #team {
    margin-top: 2rem;
  }

  .text-blue-700 {
    color: #00010a !important;
  }
}

.main_people {
  color: white !important;
}

.mobile-intro {
  display: none;
}

/* Mobile-specific animations */
@media (max-width: 768px) {
  /* Animation for service cards in the flow section */
  .lqd-section-flow-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .banner-video-bg {
    object-fit: contain !important;
  }

  .col-lg-7.order-lg-1.order-2 {
    width: 100%;
  }

  .lqd-section-flow-item.animate-in {
    opacity: 1;
    transform: translateY(0);
  }

  /* Animation for portfolio cards */
  .lqd-pf-column {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .lqd-pf-column.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  /* Stagger animation for portfolio items */
  .lqd-pf-column:nth-child(1) {
    transition-delay: 0.1s;
  }
  .lqd-pf-column:nth-child(2) {
    transition-delay: 0.15s;
  }
  .lqd-pf-column:nth-child(3) {
    transition-delay: 0.2s;
  }
  .lqd-pf-column:nth-child(4) {
    transition-delay: 0.25s;
  }
  .lqd-pf-column:nth-child(5) {
    transition-delay: 0.3s;
  }
  .lqd-pf-column:nth-child(6) {
    transition-delay: 0.35s;
  }
  .lqd-pf-column:nth-child(7) {
    transition-delay: 0.4s;
  }
  .lqd-pf-column:nth-child(8) {
    transition-delay: 0.45s;
  }
  .lqd-pf-column:nth-child(9) {
    transition-delay: 0.5s;
  }
  .lqd-pf-column:nth-child(10) {
    transition-delay: 0.55s;
  }
  .lqd-pf-column:nth-child(11) {
    transition-delay: 0.6s;
  }
  .lqd-pf-column:nth-child(12) {
    transition-delay: 0.65s;
  }
  .lqd-pf-column:nth-child(13) {
    transition-delay: 0.7s;
  }
  .lqd-pf-column:nth-child(14) {
    transition-delay: 0.75s;
  }
  .lqd-pf-column:nth-child(15) {
    transition-delay: 0.8s;
  }
  .lqd-pf-column:nth-child(16) {
    transition-delay: 0.85s;
  }
  .lqd-pf-column:nth-child(17) {
    transition-delay: 0.9s;
  }
  .lqd-pf-column:nth-child(18) {
    transition-delay: 0.95s;
  }
  .lqd-pf-column:nth-child(19) {
    transition-delay: 1s;
  }
  .lqd-pf-column:nth-child(20) {
    transition-delay: 1.05s;
  }
  .lqd-pf-column:nth-child(21) {
    transition-delay: 1.1s;
  }
  .lqd-pf-column:nth-child(22) {
    transition-delay: 1.15s;
  }
  .lqd-pf-column:nth-child(23) {
    transition-delay: 1.2s;
  }
  .lqd-pf-column:nth-child(24) {
    transition-delay: 1.25s;
  }

  .intro-company {
    font-size: 1.25rem;
  }

  .main_people {
    color: rgb(0, 0, 0) !important;
  }

  .mobile-intro {
    display: block;
  }

  .desktop-intro {
    display: none;
  }

  .for_desktop {
    display: none;
  }
}

/* .for_desktop{
  padding: 0rem 5rem;
} */

.color-change {
  color: #dfdddd !important;
  opacity: 0.6;
}

.text-dark {
  color: #262626 !important;
}

.arrow-down {
  padding: 1rem;
  border-radius: 2rem;
  background: #dfdddd;
  border: 2px solid white;
}

.ld-fancy-heading.relative.pulse-arrow {
  background-color: #dfdddd;
  color: black;
}

.pulse-arrow h5 {
  font-family: "Roboto-Bold";
}

.contactMe {
  background: #000000;
  color: white !important;
}

.contactMe:hover {
  background: #dfdddd;
}

.bg-dark {
  background-color: #262626;
}

@media (max-width: 768px) {
  #banner {
    height: 80vh; /* adjust as needed */
  }

  .lqd-pf-item .lqd-pf-img img {
    filter: grayscale(0%);
  }

  .banner-video-bg {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: contain; /* ⭐ shows full video */
    background-color: #00010a !important;
  }

  .lqd-section {
    padding: 0rem 0.25rem;
  }

  .deliver-formob {
    font-size: 1.5rem;
  }

  .lqd-adv-txt-item {
    font-size: 1.5rem;
    line-height: 1rem;
  }

  .section-flow .lqd-section-flow-panel-end {
    padding: 0rem 0rem;
  }

  .section-flow .lqd-section-flow-panel-end .lqd-section-flow-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-42.text-dark {
    font-size: 1.25rem;
  }

  .proof-formobile {
    font-size: 2.75rem;
  }

  .people-mainformobile {
    font-size: 1rem !important;
  }

  .lqd-promo-content {
    z-index: 1000 !important;
  }

  .lqd-promo-content h2 {
    font-size: 3.5rem !important;
    z-index: 100;
    color: white !important;
  }

  .ld-fh-element.lqd-highlight-custom-underline {
    font-size: 2.75rem !important;
  }
}

/* slider video portfolio */

.slider-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.slider-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.slider-item:hover {
  transform: scale(1.02);
}

.video-thumbnail {
  width: 100%;
  height: 400px;
  object-fit: cover;
  cursor: pointer;
}

.video-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 20px;
}

.video-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.video-description {
  font-size: 0.9rem;
  opacity: 0.9;
}

.slider-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #0d6efd;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  position: relative;
  width: 90%;
  max-width: 900px;
}

.lightbox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  position: relative;
}

.lightbox-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.close-lightbox {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 30px;
  cursor: pointer;
  background: none;
  border: none;
}

@media (max-width: 768px) {
  .video-thumbnail {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .video-thumbnail {
    height: 250px;
  }

  .video-title {
    font-size: 1rem;
  }

  .video-description {
    font-size: 0.8rem;
  }
}

#prev-btn {
  background: #dfdddd !important;
  border: none !important;
  padding: 0.5rem 1rem !important;
  border-radius: 1rem !important;
  color: white !important;
}

#next-btn {
  background: #dfdddd !important;
  border: none !important;
  padding: 0.5rem 1rem !important;
  border-radius: 1rem !important;
  color: white !important;
}

.proven-ex {
  color: #dfdddd !important;
}

.test-info {
  color: #dfdddd !important;
  font-weight: bold !important;
  font-family: "Roboto-SemiBold";
  font-style: italic;
  font-weight: bold;
}

.#dfddddtree-intro {
  font-weight: bolder;
  font-style: italic;
  font-size: 1rem;
}

.colab-contact {
  background-color: #dfdddd;
  color: white;
}

.form-color {
  color: #dfdddd;
}

@media (min-width: 1024px) {
  /* Desktop styles here */

  .nav-trigger {
    display: none;
  }
}

.rounded-10-img {
  border-radius: 0.75rem !important;
}

.lqd-promo-img-inner {
  border-radius: 1rem !important;
}

.module-header {
  background: rgba(38, 38, 38, 0.35);
}

.shadow-black-15 {
  background: rgba(38, 38, 38, 0.35);
}

.shadow-black-15 {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
}

.module-header {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
}

.main-nav li a {
  color: white !important;
}

/* .lqd-text-reveal-el {
  font-size: 3.5rem !important;
  line-height: 3.5rem;
  word-spacing: 0.25rem;
} */

.lqd-text-reveal-el {
  font-size: 1.7rem !important;
  line-height: 2rem;
  word-spacing: 0.25rem;
  font-family: "Roboto-Regular";
  letter-spacing: 0mm;
}

.do-best {
  /* font-family: "Lato", sans-serif; */
}

.deliver-formob {
  font-family: "Roboto-Bold";
}

.ld-fancy-heading h2 {
  font-family: "Roboto-Regular";
}

.lqd-throwable-element-rot {
  font-family: "Roboto-Medium";
}

.text-10.font-bold.uppercase {
  font-family: "Roboto-Bold";
}

.intro-head {
  font-family: "Roboto-Bold";
  margin-bottom: 2rem;
  color: #dfdddd;
  font-size: 4rem;
}

.ld-fancy-heading h4 {
  color: white;
  font-family: "Roboto-SemiBold";
}

.team-intro {
  color: rgb(0, 0, 0) !important;
  font-size: 1.25rem;
  text-align: center;
}

.carousel-item-content.relative.w-full.justify-center {
  background-color: #e9e8e8;
}

.text-10.text-dark.font-bold.uppercase {
  color: #ffffff !important;
  font-family: "Roboto-SemiBold";
}

.text-#dfdddd {
  color: #e9e8e8 !important;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

.connect-form-container {
  background: color-mix(in srgb, var(--accent-color), transparent 97%);
  height: 100%;
  padding: 60px 40px;
}

.contact .contact-form-container .form-intro {
  margin-bottom: 1rem;
}

.contact .contact-form-container .form-intro h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 20px;
  color: var(--heading-color);
  letter-spacing: -0.5px;
  font-family: "Roboto-Medium";
}

@media (max-width: 768px) {
  .contact .contact-form-container .form-intro h2 {
    font-size: 28px;
  }
}

.contact .contact-form-container .form-intro p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--default-color);
  margin-bottom: 0;
  opacity: 0.85;
}

.contact .contact-form-container .contact-form .row {
  margin-bottom: 40px;
}

.contact .contact-form-container .contact-form .row:last-of-type {
  margin-bottom: 0;
}

.contact .contact-form-container .contact-form .form-field {
  position: relative;
  margin-bottom: 40px;
}

.contact .contact-form-container .contact-form .form-field.message-field {
  margin-bottom: 50px;
}

.contact .contact-form-container .contact-form .form-field .field-label {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--heading-color);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0.8;
}

.contact .contact-form-container .contact-form .form-field .form-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid
    color-mix(in srgb, var(--default-color), transparent 80%);
  background: transparent;
  padding: 20px 0 15px 0;
  font-size: 16px;
  color: var(--default-color);
  transition: all 0.3s ease;
}

.contact .contact-form-container .contact-form .form-field .form-input:focus {
  outline: none;
  border-bottom-color: var(--accent-color);
  background: transparent;
}

.contact
  .contact-form-container
  .contact-form
  .form-field
  .form-input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  opacity: 1;
}

.contact .contact-form-container .contact-form .form-field .message-input {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
  padding-top: 25px;
}

.contact .contact-form-container .contact-form .send-button {
  background: transparent;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
  padding: 18px 40px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.contact .contact-form-container .contact-form .send-button .button-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.contact .contact-form-container .contact-form .send-button:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.contact
  .contact-form-container
  .contact-form
  .send-button:hover
  .button-arrow {
  transform: translateX(5px);
}

.contact .contact-sidebar {
  background: color-mix(in srgb, var(--accent-color), transparent 97%);
  height: 100%;
  padding: 60px 40px;
}

.contact .contact-sidebar .contact-header {
  margin-bottom: 1rem;
}

.contact .contact-sidebar .contact-header h3 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--heading-color);
  letter-spacing: -0.3px;
  font-family: "Roboto-Medium";
}

.contact .contact-sidebar .contact-header p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--default-color);
  margin-bottom: 0;
  opacity: 0.85;
}

.contact .contact-sidebar .contact-methods {
  margin-bottom: 1.25rem;
}

.contact .contact-sidebar .contact-method {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.contact .contact-sidebar .contact-method:last-child {
  margin-bottom: 0;
}

.contact .contact-sidebar .contact-method .contact-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
}

.contact .contact-sidebar .contact-method .contact-icon i {
  font-size: 20px;
}

.contact .contact-sidebar .contact-method .contact-details {
  flex: 1;
}

.contact .contact-sidebar .contact-method .contact-details .method-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--accent-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  font-family: "Roboto-Medium";
}

.contact .contact-sidebar .contact-method .contact-details p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--default-color);
  margin-bottom: 0;
  font-family: "Roboto-Regular";
}

.contact .contact-sidebar .connect-section {
  border-top: 1px solid
    color-mix(in srgb, var(--default-color), transparent 90%);
}

.contact .contact-sidebar .connect-section .connect-label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.contact .contact-sidebar .connect-section .social-links {
  display: flex;
  gap: 15px;
}

.contact .contact-sidebar .connect-section .social-links .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--default-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact .contact-sidebar .connect-section .social-links .social-link i {
  font-size: 1.75rem;
}

.contact .contact-sidebar .connect-section .social-links .social-link:hover {
  color: var(--accent-color);
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .contact .contact-form-container {
    padding: 40px 0;
  }

  .contact .contact-sidebar {
    padding: 40px 30px;
    margin-bottom: 40px;
  }
}

.founder_sec div {
  margin: 0.75rem;
}

@media (max-width: 992px) {
  .contact .contact-form-container {
    padding: 40px 0;
  }

  .contact .contact-sidebar {
    padding: 40px 30px;
    margin-bottom: 40px;
  }

  .founder_sec div {
    margin: 0rem;
  }
}

.founder_sec {
  /* justify-content: center !important; */
  margin-top: -3rem;
}

.lqd-fb-style-6 .lqd-fb-content {
  padding: 0rem 0rem !important;
}

.case-studies {
  background-color: #000000 !important;
}

.founder_sec .col-lg-3 {
  width: 30% !important;
}

#our-work {
  background-color: white !important;
}

#case-studies {
  background-color: #e9e8e8 !important;
}

#features {
  background-color: white !important;
}

.d-none {
  display: none !important;
}

#contact {
  background-color: #ffffff !important;
}

#portfolio-video {
  height: 90vh;
}

#testimonials {
  height: 80vh !important;
}

#case-studies {
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
}

#features {
  /* height: 90vh; */
  display: flex;
  justify-content: center;
  align-items: center;
}

#founder {
  height: 100vh;
}

.content-center {
  justify-content: center !important;
}

.bg-dark {
  background-color: #262626 !important;
}

.lqd-carousel-slides-numbers svg {
  stroke: #e9e8e8 !important;
}

.lqd-carousel-slides-numbers {
  color: #e9e8e8 !important;
}

.ld-fh-element.relative.text-30 {
  color: #00010a !important;
}

.ld-fh-element.relative.text-15 {
  font-size: 1.2rem !important;
}

.intro-subhead {
  font-size: 2.1rem;
  font-family: "Roboto-Regular";
}

q {
  font-family: "Roboto-SemiBold";
}

.people-1,
.people-2,
.people-3 {
  font-family: "Roboto-Bold";
  margin-bottom: 0.5rem;
}

.lqd-fb-content-inner q {
  font-family: "Roboto-SemiBold";
  font-style: italic;
}

.lqd-fb-content-inner p {
  font-family: "Roboto-Regular";
}

.ld-fancy-heading h4 {
  font-family: "Roboto-Medium";
}

.ld-fancy-heading p {
  font-family: "Roboto-Regular";
}

.team-intro {
  font-family: "Roboto-Regular";
}

.lqd-highlight-classic span {
  font-family: "Roboto-SemiBold";
}

.ld-fancy-heading span {
  font-family: "Roboto-Medium";
}

.lqd-counter-text {
  font-family: "Roboto-Medium";
}

.reset-ul li {
  font-family: "Roboto-Bold";
}

#our-services {
  background-color: #dfdddd !important;
}

.section-heading {
  font-size: 2.75rem;
}

.for_desktop h4 {
  font-size: 3rem;
}

.btn-icon,
.btn-txt {
  font-family: "Roboto-Bold";
}

.txt-rotate-keyword span {
  font-family: "Roboto-Bold";
  font-style: italic;
  font-size: 2rem;
}

.lqd-fb-content-inner.relative.w-full {
  margin-bottom: 0rem !important;
}

.team-intro {
  font-family: "Roboto-Regular";
}

.quote-text {
  font-family: "Roboto-Regular";
  font-size: 1.5rem;
}

/* .bg-dark {
  background-color: #00010a !important;
} */

.text-dark {
  color: #00010a !important;
}

.block {
  color: #444 !important;
}

.no-padding {
  padding: 0rem !important;
}

@media (max-width: 768px) {
  #banner {
    height: 70vh; /* mobile friendly height */
  }

  .no-padding {
    padding: 0rem;
  }

  .section-flow .lqd-section-flow-panel-end .lqd-section-flow-item {
    padding: 0rem 0.5rem;
  }

  .pulse-arrow h5 {
    font-size: 0.75rem;
  }

  .text-10.font-bold.uppercase {
    font-size: 1.1rem !important;
  }

  .section-heading {
    font-size: 1.5rem !important;
  }

  /* #banner{
    height: 80vh !important;
  } */

  .mob-padding {
    padding: 13px 0px !important;
  }

  .mob-padding-2 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }

  .video-section {
    height: auto !important;
  }
}

.bi-linkedin {
  color: #0a66c2 !important;
}

.bi-twitter-x {
  color: #000000 !important;
}

.downloadCreds {
  font-size: 1rem !important;
}

#contactMe {
  padding: 0.75rem 1rem;
  background: #ffffff;
  color: #000000;
  margin-left: 0.5rem;
}

.module-col {
  padding-top: 50px;
}

/*  */

/* Video Container */
.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner-video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Speaker Controls */
.speaker-control {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.speaker-control:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0.6);
}

.speaker-control i {
  font-size: 22px;
  color: white;
  transition: color 0.3s ease;
}

.speaker-control.unmuted i {
  color: #4caf50; /* Green when unmuted */
}

/* Tooltip */
.speaker-control .tooltip {
  position: absolute;
  bottom: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.speaker-control .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 20px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.8);
}

.speaker-control:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .speaker-control {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }

  .speaker-control i {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .speaker-control {
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }

  .speaker-control i {
    font-size: 18px;
  }
}

/* Speaker Controls */
.speaker-control {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.speaker-control:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0.6);
}

.speaker-control i {
  font-size: 22px;
  color: white;
  transition: color 0.3s ease;
}

.speaker-control.unmuted i {
  color: rgba(255, 255, 255, 0.6);
}

/* Tooltip */
.speaker-control .tooltip {
  position: absolute;
  bottom: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.speaker-control .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 20px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.8);
}

.speaker-control:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .speaker-control {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }

  .speaker-control i {
    font-size: 20px;
  }

  .main-nav li a {
    color: rgb(0, 0, 0) !important;
  }
}

@media (max-width: 480px) {
  .speaker-control {
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }

  .speaker-control i {
    font-size: 18px;
  }
}

/*  */
.page-header {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  color: white;
  padding: 3rem 0;
  margin-bottom: 2.5rem;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.gallery-card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.card-img-top {
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-card:hover .card-img-top {
  transform: scale(1.05);
}

.card-body {
  background-color: white;
  padding: 1.5rem;
}

.card-title {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.card-text {
  color: #666;
  font-size: 0.9rem;
}

.modal-header {
  background-color: var(--primary-color);
  color: white;
  border-bottom: none;
  padding: 1.5rem;
}

.modal-title {
  font-weight: 600;
}

.btn-close-white {
  filter: invert(1);
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
}

.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: var(--secondary-color);
  opacity: 1;
}

.carousel-item img {
  max-height: 70vh;
  object-fit: contain;
}

.carousel-indicators {
  bottom: 15px;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
}

.image-counter {
  position: absolute;
  bottom: 25px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  z-index: 10;
}

.modal-body {
  padding: 0;
  position: relative;
}

footer {
  padding: 1.5rem 0;
  background-color: var(--primary-color);
  color: white;
}

@media (max-width: 768px) {
  .gallery-card {
    margin-bottom: 1.5rem;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    height: 40px;
  }

  .page-header h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .contact .contact-form-container .form-intro {
    margin-bottom: 40px;
    text-align: center;
  }

  .contact .contact-form-container .contact-form .row {
    margin-bottom: 20px;
  }

  .contact .contact-form-container .contact-form .form-field {
    margin-bottom: 30px;
  }

  .contact .contact-sidebar {
    padding: 30px 25px;
  }

  .contact .contact-sidebar .contact-method {
    margin-bottom: 30px;
  }

  .founder_sec .col-lg-3 {
    width: 100% !important;
  }
}

.number-speak {
  padding: 30px 0rem;
  padding-bottom: 0px;
}

.module-col-inner {
  justify-content: flex-start;
}

.ld-fancy-heading.relative.py-5.px-15.bg-gray.rounded-4.mb-15 {
  background-color: #262626 !important;
  padding: 0.5rem 0.75rem;
  border-radius: 1rem;
}


.lqd-pf-column {
  display: flex;
}

.lqd-pf-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.lqd-pf-item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}