@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --ms-py: 0.4rem;
  --ms-option-bg-selected-pointed: #47c37f;
  --ms-option-bg-selected: #178a4e;
  --ms-ring-color: #1daa61;
}

@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler/Butler_Bold.otf');
  font-weight: bold;
}

@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler/Butler_Regular.otf');
  font-weight: normal;
}

@font-face {
  font-family: 'Classica';
  src: url('../fonts/Classica/Classica-Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'Classica';
  src: url('../fonts/Classica/Classica-Book.ttf');
  font-weight: normal;
}

.drag-area:first-child {
  padding-left: 0px;
}

.drag-area {
  margin-top: 8px;
  min-height: 10px;
  padding-left: 20px;
  padding-bottom: 8px;
}

.drag-area ul li {
  list-style: none;
  cursor: move;
}

.validation-errors {
  position: fixed;
  top: 2rem;
  right: 2rem;
  border: red solid 1px;
  padding: 1rem 2rem;
  background-color: white;
  z-index: 999999;
  border-radius: 4px;
}

.error-list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.error-list p {
  color: red;
  margin-top: 2px;
  margin-bottom: 0;
}

.slide-bottom-enter-active,
.slide-bottom-leave-active {
  transition-duration: 200ms;
  transition-property: opacity, transform;
  transition-timing-function: ease;
}

.slide-bottom-enter-from,
.slide-bottom-leave-to {
  transform: translateY(10%);
  opacity: 0;
}

.slide-right-enter-active,
.slide-right-leave-active {
  transition-duration: 0.4s;
  transition-property: opacity, transform;
  transition-timing-function: ease;
}

.slide-right-enter-from,
.slide-right-leave-to {
  transform: translateX(100%);
  opacity: 0;
}

.c-input-label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #254035;
  margin-bottom: 10px;
}

.fade-enter-active,
.fade-leave-active {
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: linear;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.scale-up-enter-active,
.scale-up-leave-active {
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.scale-up-enter-from,
.scale-up-leave-to {
  transform: scale(0.8);
}

.right-enter-active,
.right-leave-active {
  transition-duration: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: ease-in;
}

.right-enter-from,
.right-leave-to {
  transform: translateX(100%);
  opacity: 0;
}

.c-modal-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.4);
}

.c-modal-container.as-modal {
  display: grid;
  place-items: center;
}

.c-modal-container.as-sidebar {
  display: flex;
  justify-content: end;
}

.c-modal-container.bg-blur {
  backdrop-filter: blur(4px);
}

.c-modal-content {
  width: 25%;
  position: relative;
}

.c-main-content {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.c-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.c-modal-content .c-modal-header {
  font-size: 1.2rem;
  font-weight: 600;
}

.c-modal-content h6 {
  font-size: 1.5rem;
  font-weight: 600;
}

/* .c-modal-content p {
  font-size: 1.1rem;
  font-weight: 400;
} */

.c-modal-content .exclamation {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 5px solid rgb(248, 191, 142);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.c-modal-content .exclamation span {
  font-size: 3rem;
  color: rgb(248, 191, 142);
}

.c-model-btn-container {
  display: flex;
  justify-content: center;
  column-gap: 0.5rem;
}

.c-model-btn-container-end {
  margin-top: 0.5rem;
  display: flex;
  justify-content: end;
  column-gap: 0.5rem;
}

@media (max-width: 868px) {
  .c-modal-content {
    width: 90%;
  }
}

.spinner_btn_img {
  height: 25px;
}

.no-data-found-img {
  max-height: 100px;
}

.category-section-img {
  max-height: 100px;
}

.paginate-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 6px;
}

.paginate-link {
  padding: 5px 12px 7px 12px;
  font-size: 14px;
  border-radius: 5px;
}

.paginate-link-null {
  color: #8e8e8e;
}

.paginate-link-active {
  color: inherit;
  text-decoration: none;
}

.paginate-link-active:hover {
  background-color: #8b5cf6;
  color: white;
}

.paginate-link-active:focus {
  border-color: #6b44c7;
}

.paginate-link-active-bg {
  background-color: #8b5cf6;
  color: white;
}

.multiselect-option {
  text-transform: capitalize;
}

.multiselect-tag {
  text-transform: capitalize;
  --ms-tag-bg: rgb(71 85 105);
}

.dark .multiselect-tag {
  text-transform: capitalize;
  --ms-tag-bg: rgb(30, 41, 59);
}

.dark .multiselect-dark {
  --ms-border-color: #374457;
  --ms-bg: rgba(23, 22, 22, 0.1);
  --ms-tag-bg: rgba(15, 23, 42, 0.6);
  --ms-dropdown-bg: rgb(30, 41, 59);
  background-color: rgb(15, 23, 42);
}

.dark .multiselect-option {
  color: #fdfdfd;
}

.dark .multiselect-tags-search {
  background-color: rgb(15, 23, 42);
}

.dark .multiselect-tag.is-user {
  background: rgb(30, 41, 59);
}

.dark .multiselect-dark [type='text']:focus {
  --tw-ring-color: rgba(23, 22, 22, 0);
  outline: 0px solid var(--tw-ring-color);
}

.dark .multiselect-wrapper [type='text'],
.dark .multiselect-wrapper input:where(:not([type])),
.dark .multiselect-wrapper [type='search'] {
  background-color: rgb(15, 23, 42);
  color: #fdfdfd;
}

.loader-img {
  height: 25px;
}

.styled-scrollbar::-webkit-scrollbar {
  height: 12px;
  width: 8px;
}

.dark .styled-scrollbar::-webkit-scrollbar-track {
  background: #1e293b;
}

.dark .styled-scrollbar::-webkit-scrollbar-thumb {
  background: #0f172a7e;
  border-radius: 3px;
}

.dark .styled-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #0f172a;
}

.styled-scrollbar::-webkit-scrollbar-track {
  background: #e9e9e9;
}

.styled-scrollbar::-webkit-scrollbar-thumb {
  background: #9d9d9d7e;
  border-radius: 3px;
}

.styled-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #d4d4d4;
}

.hollow-dots-spinner,
.hollow-dots-spinner * {
  box-sizing: border-box;
}

.hollow-dots-spinner {
  height: 15px;
  width: calc(25px * 3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.hollow-dots-spinner .dot {
  width: 10px;
  height: 10px;
  margin: 0 calc(10px / 2);
  border: calc(10px / 5) solid rgb(139, 92, 246);
  border-radius: 50%;
  float: left;
  transform: scale(0);
  animation: hollow-dots-spinner-animation 1000ms ease infinite 0ms;
}

.hollow-dots-spinner .dot:nth-child(1) {
  animation-delay: calc(300ms * 1);
}

.hollow-dots-spinner .dot:nth-child(2) {
  animation-delay: calc(300ms * 2);
}

.hollow-dots-spinner .dot:nth-child(3) {
  animation-delay: calc(300ms * 3);
}

@keyframes hollow-dots-spinner-animation {
  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.half-circle-spinner,
.half-circle-spinner * {
  box-sizing: border-box;
}

.half-circle-spinner {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
}

.half-circle-spinner .circle {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: calc(60px / 10) solid transparent;
}

.half-circle-spinner .circle.circle-1 {
  border-top-color: rgb(139, 92, 246);
  animation: half-circle-spinner-animation 1s infinite;
}

.half-circle-spinner .circle.circle-2 {
  border-bottom-color: rgb(139, 92, 246);
  animation: half-circle-spinner-animation 1s infinite alternate;
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.looping-rhombuses-spinner {
  height: 8px;
  position: relative;
}

.looping-rhombuses-spinner .rhombus {
  height: 8px;
  width: 8px;
  left: 12px;
  position: absolute;
  border-radius: 5px;
  transform: translateY(0) scale(0);
  animation: looping-rhombuses-spinner-animation 2500ms linear infinite;
}

.looping-rhombuses-spinner .rhombus:nth-child(1) {
  animation-delay: calc(2500ms * 1 / -1.5);
}

.looping-rhombuses-spinner .rhombus:nth-child(2) {
  animation-delay: calc(2500ms * 2 / -1.5);
}

.looping-rhombuses-spinner .rhombus:nth-child(3) {
  animation-delay: calc(2500ms * 3 / -1.5);
}

@keyframes looping-rhombuses-spinner-animation {
  0% {
    transform: translateX(0) scale(0);
  }

  50% {
    transform: translateX(-233%) scale(1);
  }

  100% {
    transform: translateX(-466%) scale(0);
  }
}

@keyframes loading {
  0% {
    background-color: #dcdcdc;
  }

  50% {
    background-color: #f1f1f1;
  }

  100% {
    background-color: #dcdcdc;
  }
}

@keyframes loadingDark {
  0% {
    background-color: #0e1339;
  }

  50% {
    background-color: #363636;
  }

  100% {
    background-color: #0e1339;
  }
}

.dark img[lazy='loading'] {
  border-radius: 2px;
  animation: loadingDark 1.5s infinite ease-in-out;
}

img[lazy='loading'] {
  border-radius: 5px;
  animation: loading 1.5s infinite ease-in-out;
}

.whatsapp-chat-body {
  background-image: url(/assets/images/wa_bg_white.png);
  background-size: 100% 100%;
  background-repeat: repeat;
}

.dark .whatsapp-chat-body {
  background-image: url(/assets/images/wa_bg.png);
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

@media (max-width: 576px) {
  .hero-banner-email .hero-banner-email-input {
    margin-bottom: 1rem;
    width: 100%;
  }

  .hero-banner-email .hero-banner-email-btn {
    width: 100%;
  }
}

.feedback-section-one-slider-active {
  background: black;
}

.feedback-section-one-slider-inactive {
  background: transparent;
}

.feedback-section-one-slider {
  width: 10px;
  height: 10px;
  border: 1px solid black
}

/* --- Premium SaaS Revamp Overrides --- */

/* Load fonts (moved to top of file) */

/* Apply Outfit font globally to all key components */
body, h1, h2, h3, h4, h5, h6, p, a, span, button, input, textarea, select, .nav-link, .nav-item, .logo-text, .copyright-text {
  font-family: 'Outfit', 'Poppins', sans-serif !important;
}

/* Brand Identity CSS Variables */
:root {
  --primary-color: #FF5A1F; /* Brand Orange */
  --primary-hover: #e04a14;
  --secondary-color: #1F2937; /* Dark Charcoal */
  --bg-white: #FFFFFF;
  --text-slate: #4B5563;
  --border-light: #f3f4f6;
  --border-slate: #e5e7eb;
}

/* Global Layout & Padding Fixes for Whitespace Focus */
section, .pt-250, .pb-130, .pt-150, .pb-70, .pt-120, .pb-120, .pt-100, .pb-100,
.block-feature-seven, .block-feature-eight, .block-feature-nine, .application-integration-two,
.feedback-section-four, .partner-logo, .faq-section-one, .fancy-banner-three {
  background-color: var(--bg-white) !important;
}

/* Primary Button overrides */
.signup-btn-three,
.signup-btn-one,
.btn-one,
.btn-two,
.btn-three,
.btn-four,
.btn-five,
.btn-six,
.hero-banner-email-btn,
.scroll-top,
.theme-btn,
.footer-one button[type="submit"] {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #ffffff !important;
  border-radius: 50px !important; /* Premium Pill Shape */
  font-weight: 600 !important;
  letter-spacing: -0.1px !important;
  font-size: 15px !important;
  padding: 12px 28px !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 4px 20px rgba(255, 90, 31, 0.2) !important;
  text-transform: none !important;
}

.signup-btn-three:hover,
.signup-btn-one:hover,
.btn-one:hover,
.btn-two:hover,
.btn-three:hover,
.btn-four:hover,
.btn-five:hover,
.btn-six:hover,
.hero-banner-email-btn:hover,
.scroll-top:hover,
.theme-btn:hover,
.footer-one button[type="submit"]:hover {
  background-color: var(--primary-hover) !important;
  border-color: var(--primary-hover) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 30px rgba(255, 90, 31, 0.35) !important;
}

/* Secondary Button overrides (e.g. login, sign up) */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-link.active {
  color: var(--primary-color) !important;
}

/* Hover underline menu items */
.navbar-nav .nav-link {
  position: relative;
}
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--primary-color);
  transition: width 0.3s ease;
}
.navbar-nav .nav-link:hover::after {
  width: 100%;
}

/* Accent texts */
.theme-color,
.title-one h2 span,
.text-orange,
.title-one span,
.theme-color-span,
span.text-orange {
  color: var(--primary-color) !important;
}

/* Preloader accent */
.ctn-preloader .icon span:after {
  background: var(--primary-color) !important;
  box-shadow: 0 0 10px rgba(255, 90, 31, 0.5) !important;
}
.ctn-preloader .txt-loading .letters-loading::before {
  color: var(--primary-color) !important;
}

/* Hero Section adjustments */
.hero-banner-three {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF9F6 100%) !important;
  border-bottom: 1px solid var(--border-light) !important;
  padding-top: 200px !important;
  padding-bottom: 120px !important;
}

.hero-banner-three .hero-heading {
  font-size: 64px !important;
  line-height: 1.15em !important;
  font-weight: 800 !important;
  color: var(--secondary-color) !important;
  letter-spacing: -1.5px !important;
}

.hero-banner-three p {
  color: var(--text-slate) !important;
  line-height: 1.6em !important;
  font-weight: 400 !important;
}

/* Input Fields styling */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
  border: 1px solid var(--border-slate) !important;
  border-radius: 50px !important; /* Premium rounded input fields */
  padding: 14px 28px !important;
  font-size: 15px !important;
  background-color: #ffffff !important;
  color: var(--secondary-color) !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 4px rgba(255, 90, 31, 0.12) !important;
}

/* Feature Blocks Styling */
.card-style-one,
.card-style-two,
.card-style-three,
.card-style-four,
.card-style-six,
.block-feature-seven .block,
.block-feature-nine .feature-block,
.block-feature-eleven .feature-block {
  background: #ffffff !important;
  border: 1px solid var(--border-light) !important; /* Clean thin border */
  border-radius: 16px !important;
  padding: 36px !important;
  box-shadow: 0 10px 30px -10px rgba(31, 41, 55, 0.04), 0 1px 3px -1px rgba(31, 41, 55, 0.02) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.card-style-one:hover,
.card-style-two:hover,
.card-style-three:hover,
.card-style-four:hover,
.card-style-six:hover,
.block-feature-seven .block:hover,
.block-feature-nine .feature-block:hover,
.block-feature-eleven .feature-block:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 25px 50px -12px rgba(31, 41, 55, 0.08) !important;
  border-color: rgba(255, 90, 31, 0.3) !important;
}

/* Dashboard Mockup styles */
.shapes.screen-img,
.illustration-holder .shape_01,
.illustration-holder img,
.block-feature-eight img,
.block-feature-eight .card_01,
.block-feature-eight .card_02 {
  border-radius: 12px !important;
  border: 1px solid var(--border-slate) !important;
  box-shadow: 0 20px 40px -15px rgba(31, 41, 55, 0.12), 0 0 0 1px rgba(31, 41, 55, 0.05) !important;
}

/* Pricing Cards Table Styling */
.pricing-table-one,
.pricing-card {
  border: 1px solid var(--border-slate) !important;
  border-radius: 16px !important;
  padding: 48px 36px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 30px -10px rgba(31, 41, 55, 0.05) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.pricing-table-one.active,
.pricing-card.active {
  border: 2px solid var(--primary-color) !important;
  box-shadow: 0 30px 60px -15px rgba(255, 90, 31, 0.15) !important;
  transform: translateY(-8px) !important;
}

.pricing-table-one:hover:not(.active) {
  border-color: var(--primary-color) !important;
  box-shadow: 0 20px 40px -10px rgba(31, 41, 55, 0.08) !important;
}

/* Integration Boxes */
.block-feature-nine .feature-block .img-box {
  background: #fff5f2 !important;
  border: 1px solid #ffebe5 !important;
}

/* Header customization */
.theme-main-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px) !important;
  border-bottom: 1px solid var(--border-slate) !important;
}

/* FAQ Accordion Styling */
.accordion-item {
  border: none !important;
  border-bottom: 1px solid var(--border-slate) !important;
  background: transparent !important;
  padding: 16px 0 !important;
}

.accordion-button {
  font-weight: 600 !important;
  font-size: 18px !important;
  color: var(--secondary-color) !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 16px 0 !important;
}

.accordion-button:not(.collapsed) {
  color: var(--primary-color) !important;
}

/* CTA Banner styling */
.fancy-banner-three {
  background-color: var(--primary-color) !important;
  border-radius: 24px !important;
  padding: 80px 40px !important;
  margin: 80px 0 !important;
  box-shadow: 0 20px 40px -10px rgba(255, 90, 31, 0.3) !important;
}

.fancy-banner-three h2 {
  color: #ffffff !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
}

/* Footer customization */
.footer-one {
  background-color: var(--secondary-color) !important; /* Charcoal dark background */
  color: #9ca3af !important;
  border-top: 1px solid #374151 !important;
  padding: 100px 0 40px 0 !important;
}

.footer-one h3, .footer-one h4, .footer-one h5, .footer-one .copyright-text {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.footer-one a {
  color: #9ca3af !important;
  transition: color 0.2s ease !important;
}

.footer-one a:hover {
  color: var(--primary-color) !important;
}

.footer-one .social-icon a {
  background: #374151 !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease !important;
}

.footer-one .social-icon a:hover {
  background: var(--primary-color) !important;
  transform: translateY(-4px) !important;
}

/* Pricing Matrix Table & Badges */
.pricing-comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 60px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.pricing-comparison-table th {
  font-weight: 700;
  color: #1F2937;
  background-color: #f9fafb;
  padding: 20px 24px;
  border-bottom: 2px solid #e5e7eb;
}
.pricing-comparison-table td {
  padding: 16px 24px;
  border-bottom: 1px solid #f3f4f6;
  color: #4B5563;
  font-size: 15px;
}
.pricing-comparison-table tr:hover td {
  background-color: #fafbfc;
}

.plan-badge-popular {
  background: #FF5A1F;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
  display: inline-block;
}

/* WhatsApp Marketing Dashboard overrides */
.dashboard-sidebar {
  background-color: #1F2937 !important;
  height: 100vh;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
}
.dashboard-sidebar .nav-item {
  padding: 12px 16px;
  border-radius: 8px;
  color: #9CA3AF;
  font-weight: 500;
  transition: all 0.2s ease;
}
.dashboard-sidebar .nav-item:hover,
.dashboard-sidebar .nav-item.active {
  background-color: rgba(255, 90, 31, 0.1) !important;
  color: #FF5A1F !important;
}

.metric-card {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  padding: 24px !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
}

.live-chat-panel {
  border-radius: 12px !important;
  border: 1px solid #e5e7eb !important;
  background-color: #ffffff !important;
  overflow: hidden;
}

/* Contact Page overrides */
.whatsapp-chat-btn {
  background-color: #25D366 !important;
  border-color: #25D366 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  padding: 14px 30px !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease !important;
}
.whatsapp-chat-btn:hover {
  background-color: #128C7E !important;
  border-color: #128C7E !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45) !important;
}

.google-map-container {
  width: 100%;
  height: 400px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  box-shadow: 0 10px 30px -10px rgba(31, 41, 55, 0.05);
}

.contact-info-card {
  background: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px -2px rgba(31, 41, 55, 0.02);
}