.docs-section-page .category-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.docs-section-page .category-menu .row {
  width: 100%;
}
.docs-section-page .category-menu a:before {
  content: "#";
  font-weight: 400;
  color: #eb4432;
}
.docs-section-page .hashtag-starter {
  margin-left: 28px;
}
.docs-section-page .hashtag-starter:before {
  content: "#";
  font-weight: 400;
  position: absolute;
  color: #eb4432;
  opacity: 0.6;
  margin-left: -28px;
  font-size: 33px;
}
@media (min-width: 321px) and (max-width: 389.98px) {
  .docs-section-page .hashtag-starter:before {
    font-size: 23px;
  }
}
.docs-section-page .api-call {
  padding: 10px;
  background: black;
  color: white;
  border-radius: 5px;
  margin: 10px 0px;
}
.docs-section-page .badge {
  line-height: unset;
  min-width: 70px;
}
.docs-section-page .faqs-section .tabs-1 li p {
  margin-top: 0px;
}
.docs-section-page .faqs-section .tabs-1 li {
  padding: 15px 0px;
  width: 100%;
}

.docs-section-page .b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.docs-section-page .bi {
  vertical-align: -0.125em;
  pointer-events: none;
  fill: currentColor;
}

.docs-section-page .dropdown-toggle {
  outline: 0;
}

.docs-section-page .nav-flush .nav-link {
  border-radius: 0;
}

.docs-section-page .btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border: 0;
}
.docs-section-page .btn-toggle:hover,
.docs-section-page .btn-toggle:focus {
  color: rgba(0, 0, 0, 0.85);
  background-color: #d2f4ea;
}

.docs-section-page .btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}

.docs-section-page .btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, 0.85);
}
.docs-section-page .btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.docs-section-page .btn-toggle-nav a {
  display: block;
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.docs-section-page .btn-toggle-nav a:hover,
.docs-section-page .btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.docs-section-page .scrollarea {
  overflow-y: auto;
}

.docs-section-page .fw-semibold {
  font-weight: 600;
}
.docs-section-page .lh-tight {
  line-height: 1.25;
}

.docs-content ul {
  margin: unset;
  padding: unset;
  list-style: unset;
}

.txt-box ul {
  padding-left: 2rem;
  list-style: unset;
}

.price .price-info-li {
  list-style: none !important;
  margin-left: 0px !important;
}
.price .price-info-li li {
  font-size: 16px;
  color: #363f4f;
}

div.has-error {
  margin-bottom: 2rem !important;
}

div.has-error .form-control {
  margin-bottom: 0px !important;
}

div.has-error .form-control + span.text-danger {
  font-size: 16px !important;
  padding-left: 5px;
}

/* ==========================================================================
38. BILLINGS
=========================================================================== */

#billings-1 .billing-form p.p-lg {
  color: #353f4f;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 8px;
}

#billings-1 .billing-form .col-md-12 span.info {
  display: block;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 20px;
  padding-left: 8px;
}

#billings-1 .billing-form .billing-form-notice p {
  font-size: 0.835rem;
  font-weight: 300;
  line-height: 1.5555;
  padding-left: 0;
  margin-top: 40px;
}

.billing-form-notice p a {
  color: #353f4f;
  font-weight: 500;
  text-decoration: underline;
}

/*------------------------------------------*/
/*  BILLING FORM INPUT
/*------------------------------------------*/

.billing-form .form-control:not(.form-control-sm),
.billing-form .form-select {
  height: 62px;
  background-color: #f5f6f8;
  border: 1px solid transparent;
  box-shadow: 0 0 0 0;
  color: #3a4a56;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 15px;
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.bg--snow .billing-form .form-control:not(.form-control-sm),
.bg--snow .billing-form .form-select {
  background-color: #fff;
  border: 1px solid #ccc;
}

.billing-form .form-select {
  display: inline-block;
  width: 100%;
  color: #998da0;
  box-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/*------------------------------------------*/
/*  Billing Form Textarea
/*------------------------------------------*/

.billing-form textarea {
  min-height: 220px;
}

.billing-form textarea.form-control:not(.form-control-sm) {
  padding: 20px 15px;
}

/*------------------------------------------*/
/*  Billing Form Placeholder
/*------------------------------------------*/

.billing-form .form-control::-moz-placeholder {
  color: #999;
}

.billing-form .form-control:-ms-input-placeholder {
  color: #999;
}

.billing-form .form-control::-webkit-input-placeholder {
  color: #999;
}

/*------------------------------------------*/
/*  Billing Form Input Focus
/*------------------------------------------*/

.billing-form .form-control:focus,
.billing-form .form-select:focus {
  outline: 0px none;
  box-shadow: none;
  background-color: #fcfdfd;
  border-color: #1680fb;
}

/*------------------------------------------*/
/*  Billing Form Message
/*------------------------------------------*/

.billing-form-msg {
  width: 100% !important;
  display: block;
  margin-top: 20px;
  padding-left: 0;
}

.billing-form .loading {
  color: #00b2e4;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 500;
  padding-left: 15px;
}

.billing-form .error {
  color: #e74c3c;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 10px;
}

/* Billing - custom price list */
.pricing-billing-wrapper .price p {
    margin: 0px;
}

@media (min-width: 1190px) {
    .pricing-billing-wrapper .price span {
        font-size:1.5rem;
    }
}

@media (max-width: 991.98px) {
    .pricing-billing-wrapper .pricing-1-table {
        padding: 15px;
    }
}

.pricing-billing-wrapper .price2 p, .pricing-billing-wrapper .price1 p {
    font-size:0.8rem;
}

.pricing-billing-wrapper .pricing-1-table {
    cursor: pointer;
    transition: box-shadow 160ms ease, border-color 160ms ease, transform 120ms ease;
    border: 2px solid transparent;
}
.pricing-billing-wrapper .pricing-1-table:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transform: translateY(-1px);
    border-color: #f9be4c;
}
.pricing-billing-wrapper .pricing-1-table.is-selected {
    border-color: #7b5ed5;
    box-shadow: 0 8px 24px rgba(91,141,239,0.18);
    position: relative;
}

.pricing-billing-wrapper .pricing-1-table.is-selected::after {
    font-family: flaticon !important;
    content: "\f1ab";
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 11px;
    font-weight: 600;
    background: #7b5ed5;
    color: #fff;
    padding: 4px 8px;
    border-radius: 999px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #6a4ec1 !important;
}

.pill {
  display: inline-flex;
  align-items: center;
  background: #7b5dd6;
  color: #fff;
  font-weight: 500;
  font-size: 0.9rem;
  border-radius: 999px;
  padding: 0.4em 1.2em;
  box-shadow: 0 2px 8px rgba(123,93,214,0.07);
  gap: 0.5em;
  letter-spacing: 0.01em;
  margin-bottom: 24px!important;
}
.pill .pill-icon {
  display: inline-flex;
  align-items: center;
  font-size: 1.1em;
}

/* translations-image.css */

.translations-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0 0 0;
}

.translations-image {
  max-width: 1400px;
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(123,93,214,0.12), 0 1.5px 8px rgba(0,0,0,0.07);
  background: #fff;
  padding: 18px 18px 12px 18px;
  transition: transform 0.2s cubic-bezier(.4,0,.2,1), box-shadow 0.2s cubic-bezier(.4,0,.2,1);
}

.translations-image:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 16px 48px rgba(123,93,214,0.18), 0 3px 16px rgba(0,0,0,0.10);
}

@media (max-width: 600px) {
  .translations-image {
    max-width: 95vw;
    padding: 8px;
    border-radius: 14px;
  }
  .translations-image-container {
    margin-top: 18px;
  }
}
/* Modern Cards for Translations Section */
.translations-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin: 40px 0 0 0;
}

.translations-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(123,93,214,0.10), 0 1.5px 6px rgba(123,93,214,0.06);
  padding: 28px 28px 32px 28px;
  max-width: 500px;
  min-width: 300px;
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
}
.translations-card:hover {
  box-shadow: 0 12px 40px rgba(123,93,214,0.16), 0 2px 8px rgba(123,93,214,0.10);
  transform: translateY(-4px) scale(1.03);
}
.translations-card .card-icon {
  font-size: 3.8rem;
  color: #7b5dd6;
  background: #f3f0fa;
  border-radius: 16px;
  padding: 18px 22px;
  width: 100%;
  height: 200px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.translations-card .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #2d225a;
  text-align: center;
}
.translations-card .card-desc {
  font-size: 1.15rem;
  color: #6c6a7a;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .translations-cards-container {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .translations-card {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
}

/* Wrapper for toggle bar and section, matches toggle bar background */
.cl-toggle-wrapper {
  background: #f7f5ff;
  border-radius: 22px;
  box-shadow: 0 2px 16px 0 rgba(123,93,214,0.07), 0 4px 32px 0 rgba(0, 0, 0, 0.07);
  padding: 0 0 32px 0;
  margin-bottom: 40px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.cl-toggle-wrapper .continuous-localization-section {
  background: transparent;
  border-radius: 0 0 18px 18px;
  margin-bottom: 0;
  box-shadow: none;
  padding-top: 0;
}
/* Modern toggle bar for continuous localization sections */
.cl-toggle-bar {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  background: #f7f5ff;
  border-radius: 18px;
  padding: 40px 0 8px 0;
}

.cl-toggle-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Plus Jakarta Sans', 'Inter', 'Rubik', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  color: #7b5dd6;
  background: #fff;
  border: none;
  border-radius: 12px;
  padding: 12px 28px 12px 22px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  box-shadow: 0 2px 8px 0 rgba(123,93,214,0.06);
  outline: none;
  position: relative;
}

.cl-toggle-btn .cl-toggle-icon {
  font-size: 1.35em;
  display: flex;
  align-items: center;
  color: #b6a3e6;
  transition: color 0.18s;
}

.cl-toggle-btn.active, .cl-toggle-btn:hover, .cl-toggle-btn:focus {
  background: linear-gradient(90deg, #7b5dd6 0%, #b6a3e6 100%);
  color: #fff;
  box-shadow: 0 4px 18px 0 rgba(123,93,214,0.13);
}

.cl-toggle-btn.active .cl-toggle-icon,
.cl-toggle-btn:hover .cl-toggle-icon,
.cl-toggle-btn:focus .cl-toggle-icon {
  color: #fff;
}

.cl-toggle-btn .cl-toggle-label {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .cl-toggle-bar {
    flex-direction: column;
    gap: 10px;
    padding: 8px 0 4px 0;
  }
  .cl-toggle-btn {
    width: 100%;
    justify-content: flex-start;
    padding: 12px 18px 12px 18px;
    font-size: 1rem;
  }
}
/* Continuous Localization Section Styles */
.continuous-localization-section {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(123,93,214,0.28);
  padding: 0px 40px;
  margin-bottom: 40px!important;
  max-width: 1200px;
  margin: 0 auto;
}

.continuous-localization-section-highlight {
  background: #fff;
  border-radius: 18px;
  border: #7b5dd6 4px solid;
  box-shadow: 0 2px 16px rgba(123,93,214,0.28);
  padding: 48px 32px;
  margin-bottom: 72px!important;
  max-width: 1200px;
  margin: 0 auto;
}

.continuous-localization-section-highlight > .cl-container {
  padding: 0px 40px;
}

.cl-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}
.cl-content {
  flex: 1 1 380px;
  min-width: 320px;
  max-width: 540px;
}
.cl-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.15;
  color: #22223b;
}
.cl-highlight {
  color: #7b5dd6;
}
.cl-desc {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 18px;
}
.cl-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px 0;
}
.cl-list li {
  font-size: 1rem;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.cl-bullet {
  color: #7b5dd6;
  font-size: 1.1em;
  margin-right: 8px;
}
.cl-link {
  color: #7b5dd6;
  text-decoration: underline;
  transition: color 0.2s;
}
.cl-link:hover {
  color: #5a3eb1;
}
.cl-cta {
  display: inline-block;
  font-weight: 600;
  color: #22223b;
  background: #7b5dd6;
  border-radius: 6px;
  padding: 12px 28px;
  font-size: 1.08rem;
  text-decoration: none;
  margin-top: 10px;
  transition: background 0.2s, color 0.2s;
}
.cl-cta:hover {
  background: #5a3eb1;
  color: #fff!important;
}
.cl-arrow {
  margin-left: 8px;
  font-size: 1.1em;
}
.cl-image {
  flex: 1 1 340px;
  min-width: 260px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cl-img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(123,93,214,0.10);
  background: #f8f6fd;
}
@media (max-width: 900px) {
  .cl-container {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .cl-content, .cl-image {
    padding: 24px 0 0 0;
    max-width: 100%;
  }
  .cl-image {
    justify-content: flex-start;
    padding: 24px 0 0 0;
  }
}

.margin-top {
  margin-top: 100px!important;
}

/* Floating Button Styles */
.floating-demo-btn {
  position: fixed;
  bottom: 32px;
  left: 32px;
  z-index: 99;
  background: linear-gradient(90deg, #7b5dd6 0%, #ff5ca7 100%);
  color: #fff;
  border: none;
  border-radius: 32px;
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: 700;
  box-shadow:
    0 4px 16px 0 rgba(123,93,214,0.18),
    0 8px 32px 0 rgba(123,93,214,0.22),
    0 16px 48px 0 rgba(123,93,214,0.18),
    0 2px 8px 0 rgba(40,24,60,0.10);
  cursor: pointer;
  transition: transform 0.18s cubic-bezier(.4,2,.6,1), box-shadow 0.18s;
  display: flex;
  align-items: center;
  gap: 12px;
  background-size: 300% 300%;
  animation: gradient-rotate 2.5s linear infinite;
}

@keyframes gradient-rotate {
  0% {
    background-position: 0% 50%;
    background: linear-gradient(90deg, #7b5dd6 0%, #ff5ca7 100%);
  }
  50% {
    background-position: 100% 50%;
    background: linear-gradient(270deg, #ff5ca7 0%, #7b5dd6 100%);
  }
  100% {
    background-position: 0% 50%;
    background: linear-gradient(90deg, #7b5dd6 0%, #ff5ca7 100%);
  }
}
.floating-demo-btn:hover, .floating-demo-btn:focus {
    transform: scale(1.12) translateY(-8px) rotate(-2deg);
    box-shadow: 0 8px 32px 0 rgba(123, 93, 214, 0.22), 0 16px 48px 0 rgba(255, 92, 167, 0.18), 0 2px 8px 0 rgba(40, 24, 60, 0.12);
    outline: none;
    animation: gradient-rotate-hover 1.2s linear infinite;
    color: #fff !important;
}

@keyframes gradient-rotate-hover {
  0% {
    background-position: 0% 50%;
    background: linear-gradient(90deg, #7b5dd6 0%, #ff5ca7 100%);
  }
  50% {
    background-position: 100% 50%;
    background: linear-gradient(270deg, #ff5ca7 0%, #7b5dd6 100%);
  }
  100% {
    background-position: 0% 50%;
    background: linear-gradient(90deg, #7b5dd6 0%, #ff5ca7 100%);
  }
}

/* Modal Styles */
#demo-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(40, 24, 60, 0.45);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  animation: fadeInOverlay 0.3s;
}
#demo-modal-overlay.active {
  display: flex;
}
@keyframes fadeInOverlay {
  from { opacity: 0; }
  to { opacity: 1; }
}
#demo-modal {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 48px rgba(123,93,214,0.18);
  max-width: 420px;
  width: 92vw;
  padding: 36px 28px 28px 28px;
  position: relative;
  animation: modalPopIn 0.35s cubic-bezier(.4,2,.6,1);
}
@keyframes modalPopIn {
  0% { transform: scale(0.85) translateY(40px); opacity: 0; }
  100% { transform: scale(1) translateY(0); opacity: 1; }
}
#demo-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #7b5dd6;
  cursor: pointer;
  transition: color 0.15s;
}
#demo-modal-close:hover {
  color: #ff5ca7;
}
#demo-modal-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #7b5dd6;
  margin-bottom: 18px;
  text-align: center;
}
#demo-modal-embed {
  min-height: 180px;
  background: #f9f7ff;
  border-radius: 12px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Ensure the dropdown menu matches the width of the select button */
.video-controls-dropdown .video-ctrl-dropdown {
  width: 100%;
}

/* Style the dropdown menu to match the select width */
.video-controls-dropdown .video-ctrl-dropdown {
  position: relative;
}

/* Custom dropdown menu width (Bootstrap override) */
.video-controls-dropdown .video-ctrl-dropdown:focus {
  outline: none;
}

/* For mobile, ensure the dropdown menu matches the select width */
@media (max-width: 767.98px) {
  .video-controls-dropdown .video-ctrl-dropdown {
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Add icons to each option in the dropdown using pseudo-elements */
/* This works in most modern browsers for the select itself, but not for the dropdown list. For a fully custom dropdown, JS is needed. Here, we style the selected option and fallback for native dropdown. */
.video-controls-dropdown .video-ctrl-dropdown option[data-icon="bi-arrows-fullscreen"] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%237b5dd6\' viewBox=\'0 0 16 16\'><path d=\'M1 1v5h1V2.707l4.146 4.147.708-.708L2.707 2H6V1H1zm14 0h-5v1h3.293l-4.147 4.146.708.708L13.293 2H10V1h5zm-5 14v-1h3.293l-4.147-4.146.708-.708L13.293 14H10zm-9-5v5h5v-1H2.707l4.147-4.146-.708-.708L2 13.293V10H1z\'/></svg>');
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 2em;
}
.video-controls-dropdown .video-ctrl-dropdown option[data-icon="bi-translate"] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%237b5dd6\' viewBox=\'0 0 16 16\'><path d=\'M4.5 0a.5.5 0 0 1 .5.5V2h6V.5a.5.5 0 0 1 1 0V2h1.5A1.5 1.5 0 0 1 15 3.5v9A1.5 1.5 0 0 1 13.5 14H2.5A1.5 1.5 0 0 1 1 12.5v-9A1.5 1.5 0 0 1 2.5 2H4V.5a.5.5 0 0 1 .5-.5zM2.5 3A.5.5 0 0 0 2 3.5v9a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-11z\'/></svg>');
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 2em;
}
.video-controls-dropdown .video-ctrl-dropdown option[data-icon="bi-card-text"] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%237b5dd6\' viewBox=\'0 0 16 16\'><path d=\'M14 4.5V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4.5H14zm-1-3A1.5 1.5 0 0 1 14.5 3v1a.5.5 0 0 1-.5.5H2A.5.5 0 0 1 1.5 4V3A1.5 1.5 0 0 1 3 1.5h10z\'/></svg>');
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 2em;
}
.video-controls-dropdown .video-ctrl-dropdown option[data-icon="bi-globe2"] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%237b5dd6\' viewBox=\'0 0 16 16\'><path d=\'M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm0 1a7 7 0 0 1 6.938 6.09A6.978 6.978 0 0 0 8 2a6.978 6.978 0 0 0-6.938 5.09A7 7 0 0 1 8 1zm0 14a7 7 0 0 1-6.938-6.09A6.978 6.978 0 0 0 8 14a6.978 6.978 0 0 0 6.938-5.09A7 7 0 0 1 8 15z\'/></svg>');
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 2em;
}
.video-controls-dropdown .video-ctrl-dropdown option[data-icon="bi-diagram-3"] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%237b5dd6\' viewBox=\'0 0 16 16\'><path d=\'M7 1.5A1.5 1.5 0 1 1 8 4a1.5 1.5 0 0 1-1-2.5zm2 0A1.5 1.5 0 1 1 10 4a1.5 1.5 0 0 1-1-2.5zm2 0A1.5 1.5 0 1 1 12 4a1.5 1.5 0 0 1-1-2.5z\'/></svg>');
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 2em;
}
/*
 * Custom Video Controls Styles for Homepage Video Section
 */

.video-controls {
  gap: 0.5rem;
}

.video-ctrl-btn {
  border: 2px solid #7b5dd6 !important;
  color: #7b5dd6 !important;
  background: rgba(255, 255, 255, 0.479) !important;
  font-weight: 600;
  border-radius: 1rem;
  padding: 0.37rem 1rem;
  font-size: 0.85rem;
  transition: all 0.18s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 2px 8px rgba(123,93,214,0.07);
  outline: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.video-controls .video-ctrl-btn.active,
.video-controls .video-ctrl-btn:active {
  background: #7b5dd6 !important;
  color: #fff !important;
  border-color: #7b5dd6 !important;
  box-shadow: 0 4px 16px rgba(123,93,214,0.18);
  transform: translateY(-2px) scale(1.04);
}

.video-controls-dropdown .video-ctrl-dropdown {
  border-radius: 2rem;
  border: 2px solid #7b5dd6;
  color: #7b5dd6;
  font-weight: 600;
  font-size: 0.95rem;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(123,93,214,0.07);
  margin: 0 auto 1rem auto;
  max-width: 320px;
}

.video-ctrl-btn i {
  font-size: 1.2em;
}

.video-ctrl-btn:hover, .video-ctrl-btn:focus {
  background: #7b5dd6 !important;
  color: #fff !important;
  border-color: #7b5dd6 !important;
  box-shadow: 0 4px 16px rgba(123,93,214,0.18);
  transform: translateY(-2px) scale(1.04);
}

.hero-video {
  border-radius: 18px;
  min-height: 60%;
  max-width: 100%;
  display: block;
}

.language-call-popup {
  text-align: center;
}
.language-call-popup i.close {
  position: absolute;
  top: -5px;
  right: 10px;
}

i.close {
  font-size: 1.3rem;
  color: #dddddd;
  cursor: pointer;
  transition: color 0.15s;
  font-weight: bold;
}
i.close::after {
  content: "×";
}
i.close:hover {
  color: #ff5ca7;
}

.language-call-btn {
  display: inline-block;
  margin-top: 12px;
  background: #4ac35e;
  color: #fff;
  border: none;
  border-radius: 32px;
  padding: 7px 15px;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 2px 2px 0 rgba(74, 195, 94, 0.18);
  cursor: pointer;
  transition: transform 0.18s cubic-bezier(.4,2,.6,1), box-shadow 0.18s;
}
.language-call-btn:hover, .language-call-btn:focus {
  box-shadow: 0 4px 21px 0 rgba(123, 93, 214, 0.22);
  outline: none;
  color: #fff !important;
}

.otp {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.otp input {
  font-size: 2rem;
  text-align: center;
  border: 2px solid #888;
  border-radius: 8px;
  flex: 1 1 0;
  width: 0;
  aspect-ratio: 5 / 6;
}

.otp input:focus {
  border-color: #000;
  outline: none;
}

.otp input::-webkit-outer-spin-button,
.otp input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.otp input {
    -moz-appearance:textfield; /* Firefox */
}

a.disabled {
  color: gray !important;
  cursor: unset;
  pointer-events: none;
}