* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  scroll-behavior: smooth;
}

header {
  background: linear-gradient(to right, #0c220f, #070603);
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 99999;
}

header nav {
  padding: 13px 10px !important;
  border-radius: 14px;
  background: #FFFFFF14 !important;
  border: 1px solid #FFFFFF14;
  backdrop-filter: blur(12px);
  padding: 10px;
}

header .navbar-toggler-icon {
  width: auto;
  height: auto;
}

header .nav-link {
  color: white;
  font-size: 13px;
  cursor: pointer;
}

header .navbar-toggler:focus {
  box-shadow: none;
}


header .navbar-brand img {
  width: 122px;
}


header .nav-link.active {
  color: white !important;
}


/* header .container {
  border-radius: 14px;
  background: #FFFFFF14 !important;
  border: 1px solid #FFFFFF14;
  backdrop-filter: blur(12px);
} */


.front-sign-in {
  background: transparent;
  font-size: 13px;
  color: white;
  border: none;
  transition: .3s;
}

.front-get-started {
  background: #E4B646;
  color: white;
  border: 1px solid #E4B646;
  padding: 7px 13px;
  border-radius: 7px;
  font-size: 13px;
  margin-left: 11px;
  transition: .3s;
  background: linear-gradient(to right, #E4B646 0%, #b98505 50%, #bd8f1d 100%);
  background-size: 200% auto;
  transition: all 0.4s ease-in-out;
}

.front-get-started:hover {
  background-position: right center;
  text-decoration: none;
}

.front-get-explore {
  background: transparent;
  color: white;
  border: 1px solid white;
  padding: 7px 13px;
  border-radius: 7px;
  font-size: 13px;
  margin-left: 11px;
  transition: .3s;
}

.feature-dropdown .chevron-icon {
  transition: transform 0.3s ease;
}

.feature-dropdown .chevron-icon.rotate {
  transform: rotate(180deg);
}

.front-get-explore:hover {
  background: #1e1e1e;
  color: white !important;
}

.logispum {
  background-color: black;
}

header .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #E4B646;
}

header .nav-link:focus,
.nav-link:hover {
  color: #E4B646 !important;
}

header .front-sign-in:hover {
  color: #E4B646;
}

header .front-sign-in {
  /* display: none; */
}

.comparison-banner strong {
  font-weight: 500;
  color: white;
}

/* header .front-get-started:hover {
  background-color: transparent;
  color: #E4B646;
} */

section {
  padding-top: 50px;
}

.banner {
  background: linear-gradient(to right, #0c220f, #070603);
  /* min-height: 100vh; */
  padding-bottom: 50px;
  overflow: hidden;
}

.banner .top-small {
  color: #19A349;
  background: #19A34933;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 30px;
  display: inline-block;
}

.banner .cctv-img {
  position: absolute;
  right: -40px;
  top: 0;
  animation-name: example;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  z-index: -1;
  transform-origin: bottom center;
}

@keyframes example {
  0% {
    transform: rotateZ(-12deg);
  }

  100% {
    transform: rotateZ(12deg);
  }
}

.cctv-camera {
  width: 60px;
  position: absolute;
  top: 14px;
  right: 0;
  z-index: -1;
}

.cctv-shadow {
  position: absolute;
  top: 32px;
  right: 56px;
  z-index: -1;

  /* Important: make the shadow pivot from the top */
  transform-origin: top right;

  animation: scan 4s ease-in-out infinite alternate;
}

.front-banner .container {
  z-index: 99;
}

@keyframes scan {
  0% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(7deg);
  }
}

.banner .top-one {
  color: white;
}

.banner .top-two {
  color: #E4B646;
}

.banner p {
  color: #D1D5DB;
  margin: 23px auto;
  max-width: 762px;
  font-weight: 300;
  font-size: 15px;
}

.banner .professional {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.banner .professional img {
  margin-left: -14px;
}

.banner .professional small {
  color: #D1D5DB;
  margin-left: 10px;
  font-size: 13px;
}

.banner-trusted p {
  color: #000;
}

.banner-modern .modern-card {
  border: 1px solid #D6D6D6;
  padding: 17px 23px;
  border-radius: 7px;
  margin-bottom: 24px;
  text-align: start;
  min-height: 192px;
  cursor: pointer;
  transition: .3s;
}

header .gif-logo {
  height: 34px !important;
  width: 34px !important;
  margin-left: -8px;
}

.interfere-div {
  position: relative;
  width: fit-content;
  margin: auto;
}

.interfere-div .interfere-two {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  left: -50px;
  bottom: -50px;
  border: 3px solid black;
}

.banner-modern .modern-card:hover {
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 22px 22px, rgba(35, 35, 35, 0.02) 0px 64px 64px;
  transform: translate(0, -10px);
}

.banner-modern h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 17px;
  margin-top: 13px;
}

.pricing-header .front-sign-in {
  background: transparent;
  font-size: 13px;
  color: #4B5563;
  font-weight: 500;
}

.banner-modern h3 {
  color: #0D0D0D;
  font-weight: 500;
}

.banner-modern .modern-card p {
  color: #000;
  font-size: 13px;
  margin-bottom: auto;
}

.banner-modern .modern-card ul li {
  color: #000;
  font-size: 13px;
  margin-bottom: auto;
}

.banner-modern p {
  color: #000;
  margin-bottom: 40px;
}

.banner-works .works-list span {
  background: #19A349;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  color: white;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-works .works-list h3 {
  font-size: 17px;
}

.banner-works .works-list {
  align-items: start;
  gap: 10px;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 17px;
  margin-bottom: 17px;
}

.banner-works .works-list p {
  color: #000;
  font-size: 14px;
  margin-bottom: auto;
}

.banner-works p {
  color: #000;
}

.banner-works img {
  max-height: 336px;
}

.banner-works iframe {
  max-height: 336px;
  height: 336px;
  width: 100%;
}

.banner-interface {
  background: black;
  color: white;
}

.banner-interface .works-list {
  border-bottom: none;
}

.banner-industry .modern-card {
  text-align: center;
}

.banner-blog p {
  color: #000;
}

.banner-blog .blog-card {
  margin-bottom: 24px;
  text-align: start;
}

.banner-blog .blog-card h3 {
  color: #0D0D0D;
  font-size: 17px;
  margin-top: 8px;
}

.banner-blog .blog-card small {
  display: block;
  color: #000;
  font-size: 12px;
  margin-top: 14px;
}

.face-modern .modern-card {
  border: none;
  padding: 22px 23px;
  border-radius: 7px;
  margin-bottom: 12px;
  text-align: start;
  background: #F9F9FB;
  min-height: auto;
}

.banner-blog .blog-card img {
  max-height: 250px;
  object-fit: cover;
  border-radius: 12px
}

.face-object .modern-card {
  padding: 17px 23px;
}

.face-modern .modern-card h3 {
  font-weight: 500;
}

.face-modern small {
  color: #2563EB;
  border: 1px solid #2563EB;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
}

.multi-modern .modern-card {
  border: none;
}

.faq-section {
  /* max-width: 800px; */
  margin: auto;
}

.faq-section h2 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 25px;
}

.faq-section .accordion-item {
  border: 1px solid #D6D6D6;
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
  background: #F9F9FB;
}

.faq-section .accordion-button {
  background: #fff;
  /* font-size: 1.1rem; */
  font-weight: 500;
  box-shadow: none !important;
  border: none;
  border-radius: 12px;
  padding: 1.2rem 1.5rem;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
  background: #f9f9fb;
  color: #000;
}

.faq-section .accordion-body {
  font-size: 14px;
  color: #555;
  padding: 0 1.5rem 1.2rem;
  background: #f9f9fb;
}

/* Remove default icon */
.faq-section .accordion-button::after {
  margin-top: -14px;
  background-image: none !important;
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
  transform: none !important;
}

.faq-section .accordion-button:not(.collapsed)::after {
  margin-top: -20px;
  content: "–";
  font-size: 1.8rem;
}

.banner-ready {
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
  background-blend-mode: darken;
  background-color: rgb(0 0 0 / 74%);
}

.site-footer {
  background: #111;
  color: #ccc;
  padding: 50px 0 20px;
  font-size: 0.95rem;
}

.site-footer a {
  color: #9CA3AF;
  text-decoration: none;
  font-size: 13px;
  line-height: 23px;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer .footer-title {
  font-weight: 400;
  margin-bottom: 1rem;
  color: #FFFFFF;
  font-size: 1rem;
}

.site-footer .logo-text {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

.site-footer .logo-text span {
  color: #7fd300;
  /* green accent like screenshot */
}

.site-footer .footer-about {
  max-width: 250px;
  font-size: 0.9rem;
  margin-top: 10px;
  color: #9CA3AF;
  font-weight: 400;
}

.site-footer .social-icons a {
  color: #ccc;
  font-size: 1rem;
  margin-right: 12px;
}

.site-footer .social-icons a:hover {
  color: #fff;
}

.site-footer hr {
  border-color: #333;
  margin: 20px 0;
}

.site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.9rem;
  color: #888;
}

.site-footer .footer-bottom i {
  margin-right: 6px;
}

.feature-dropdown {
  /* position: relative; */
  display: inline-block;
}

.feature-dropdown .dropdown-toggle {
  /* cursor: pointer;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    display: flex;
    align-items: center; */
}

.feature-dropdown .dropdown-menu {
  position: absolute;
  top: 103%;
  left: 0;
  width: 100%;
  background: #0d0d0d;
  border-radius: 0 0 10px 10px;
  padding: 20px 40px;
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  color: #fff;
  z-index: 1000;
  backdrop-filter: blur(18px);
  border-radius: 8px;
}

.feature-dropdown .dropdown-menu.active {
  display: grid;
}

.feature-dropdown .dropdown-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  transition: background 0.3s;
}

.feature-dropdown .dropdown-item:hover {
  background: #E4B64633;
}

.feature-dropdown .dropdown-item i {
  font-size: 20px;
  color: #ffc107;
  flex-shrink: 0;
}

.feature-dropdown .dropdown-item h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.feature-dropdown .dropdown-item p {
  margin: 0;
  font-size: 13px;
  color: #aaa;
}

.work-modern .modern-card {
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 22px;
  text-align: start;
  background: white;
  border: none;
  min-height: 184px;
  position: relative;
}

.work-modern .modern-card .badge {
  background-color: #19A349;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
}

.camera-setup .camera-set {
  background: white;
  padding: 13px;
  border-radius: 7px;
}

.choose-set .camera-set {
  border-radius: 20px;
  background: white;
  padding: 39px 30px;
}

.camera-setup .camera-set p {
  font-size: 13px;
}

.camera-setup .ai-detection p {
  font-size: 13px;
}

.camera-setup .ai-detection {
  background: white;
  padding: 13px;
  border-radius: 7px;
}

.camera-setup .camera-set i {
  color: #22C55E;
  margin-right: 7px;
}

.camera-setup .ai-detection i {
  color: #3B82F6;
  margin-right: 7px;
}

.camera-setup .camera-set li {
  color: #374151;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
}

.camera-setup .ai-detection h4 {
  color: black;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
}

.camera-setup .camera-set .bottom-p {
  font-size: 13px;
  border-top: 2px solid #F9F9FB;
  padding-top: 13px;
  color: #4B5563;
  font-weight: 400;
  margin-top: 26px;
}

.camera-setup .ai-detection .bottom-p {
  margin-top: 16px;
  font-size: 13px;
  border-top: 2px solid #F9F9FB;
  padding-top: 13px;
  color: #4B5563;
  font-weight: 400;
}

.camera-setup .ai-detection .ai-detect {
  background: #F9FAFB;
  padding: 11px 20px;
  margin-bottom: 12px;
  border-radius: 7px;
}

.camera-setup .ai-detection .ai-detect small {
  color: #4B5563;
  font-size: 13px;
  font-weight: 400;
}

.choose-set .camera-set i {
  color: #4F46E5;
}

.choose-set .camera-set {
  /* margin-bottom: 14px; */

  background-color: #F9F9FB;
}

.choose-set .camera-set p {
  font-size: 15px;
}

.alert-card {
  margin-bottom: 14px;
  max-width: 320px;
  border-radius: 0.75rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: none;
}

.alert-card .alert-header {
  background-color: #FEE2E2;
  padding: 1rem;
  border-left: 4px solid #EF4444;
}

.alert-card .alert-header p {
  font-weight: 600;
  color: #B91C1C;
  margin: 0;
  font-size: 0.95rem;
}

.alert-card .alert-header small {
  color: #4B5563;
  font-size: 0.8rem;
  margin-left: 23px;
  margin-top: 15px;
  display: inline-block;
}

.alert-card .card-footer {
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem 1rem 1rem;
  background: #fff;
}

.alert-card .btn-live {
  background-color: #EF4444;
  color: #fff;
  border-radius: 0.5rem;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 500;
  padding: 17px 10px;
  width: 100%;
  /* text-align: center; */
  justify-content: center;
}

.alert-card .btn-live:hover {
  background-color: #d32f2f;
}

.alert-card .btn-dismiss {
  border-radius: 0.5rem;
  font-weight: 500;
  border: 1px solid #D1D5DB;
  width: 100%;
}

.ai-alert p {
  color: #374151;
  margin-bottom: 40px;
  font-size: 13px;
  font-weight: 500;
}

.camera-setup .ai-alert .alert-header {
  padding: 0;
  border: none;
  background-color: transparent;
}

.camera-setup .ai-alert .alert-header img {
  height: 153px;
}

.cloud-card {
  max-width: 320px;
  border-radius: 0.75rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  border: none;
  overflow: hidden;
  width: 100%;
}

.cloud-card .card-header {
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  padding: 0.75rem 1rem;
  font-weight: 600;
  font-size: 0.95rem;
}

.cloud-card .audio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  padding: 1rem;
}

.cloud-card .audio-box {
  background: #E5E7EB;
  border-radius: 0.5rem;
  padding: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  position: relative;
}

.cloud-card .audio-box button {
  border: none;
  background: none;
  font-size: 1rem;
  color: #555;
}

.cloud-card .audio-box button i {
  font-size: 25px;
  color: #9CA3AF;
}

.cloud-card .audio-box .img-button {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.cloud-card .progress-wrapper {
  padding: 0 1rem 0.5rem;
}

.cloud-card .progress {
  height: 10px;
  border-radius: 5px;
}

.cloud-card .time {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem 1rem;
  font-size: 0.8rem;
  color: #6c757d;
}

.devices-card {
  width: 100%;
  max-width: 320px;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: none;
  overflow: hidden;
}

.devices-card .card-header {
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.75rem 1rem;
}

.devices-card .device-list {
  padding: 0.75rem 1rem;
}

.devices-card .device-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f9fa;
  border-radius: 0.6rem;
  padding: 0.6rem 0.8rem;
  margin-bottom: 0.6rem;
}

.devices-card .device-info {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.devices-card .device-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e9e4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6a5acd;
  font-size: 1.2rem;
}

.devices-card .device-status {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 12px;
  color: #6B7280;

}

.devices-card .btn-add {
  border-radius: 0.5rem;
  /* margin: 0.8rem; */
  font-weight: 500;
  color: #4F46E5;
  border: 1px solid #4F46E5;
  background: #fff;
  transition: all 0.3s;
}

.devices-card .btn-add:hover {
  background: #6a5acd;
  color: #fff;
}

.device-list span {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
}

.device-status .text-success {
  color: #22C55E !important;
}

.cloud-card .progress-bar {
  background-color: #6366F1;
}

.pricing-header {
  background: #F9F9FB !important;
}

.pricing-header .nav-link {
  color: #4B5563;
  font-size: 13px;
  cursor: pointer;
  font-weight: 500;
}

.pricing-header .nav-link.active {
  color: #4B5563 !important;
}

.pricing-section {
  padding: 3rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.pricing-section .plan-card {
  /* max-width: 420px; */
  border-radius: 0.75rem;
  box-shadow: none;
  border: none;
  border: 1px solid #D6D6D6;
}

.pricing-section .plan-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #D6D6D6;
}

.pricing-section .plan-header h5 {
  font-weight: 500;
  margin: 0;
}

.pricing-section .plan-price {
  display: flex;
  align-items: end;
  text-align: right;
}

.pricing-section .plan-price h4 {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
}

.pricing-section .plan-price small {
  font-size: 0.8rem;
  color: #000;
}

.pricing-section .features {
  padding: 1rem 1.5rem;
}

.pricing-section .features small {
  color: #000;
  display: block;
  margin-bottom: 0.75rem;
}

.pricing-section .features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem 1.2rem;
}

.pricing-section .features ul li {
  color: #0D0D0D;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.pricing-section .features ul li i {
  /* color: #28a745; */
  margin-right: 8px;
  font-size: 1rem;
}

.pricing-section .btn-started {
  /* margin: 1rem 1.5rem 1.5rem; */
  background: #E4B646;
  border: none;
  color: #fff;
  font-weight: 500;
  border-radius: 0.5rem;
  padding: 9px;
  transition: background 0.3s;
}

.pricing-section .btn-started:hover {
  background: #e0a111;
}

.pricing-section h1 {
  font-size: 32px;
}

.pricing-section p {
  font-size: 15px;
  color: #000 !important;
}

.front-blog h1 {
  font-size: 28px;
}

.front-blog .blog-card img {
  width: 100%;
}

.front-blog .blog-card {
  margin-bottom: 20px;
}

.banner .container {
  background-repeat: no-repeat;
  /* position: static !important; */
  background-position: top right;
  /* padding: 50px 0; */
}

.banner h1 {
  font-size: 50px;
}

.feature-dropdown .dropdown-toggle::after {
  display: none;
}

.choose-trust .modern-card {
  border: 1px solid #D6D6D6;
  padding: 17px 23px;
  border-radius: 7px;
  margin-bottom: 24px;
  text-align: center;
  min-height: inherit;
}

.choose-trust h3 {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 30px;
}

.choose-trust .modern-card p {
  color: #0D0D0D;
  font-size: 13px;
  margin-bottom: auto;
  font-weight: 400;
}

.contact-section {
  padding: 50px 0;
  /* font-family: 'Arial', sans-serif; */
}

.contact-section .form-box {
  background: #F9F9FB;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.contact-section .form-control {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding-left: 0;
  background: transparent;
  box-shadow: none;
}

.contact-section .form-control::placeholder {
  color: black;
}

.contact-section .form-control:focus {
  border-color: #000;
  box-shadow: none;
}

.contact-section label {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.contact-section textarea {
  resize: none;
  height: 100px;
}

.contact-section .btn-submit {
  background-color: #E4B646;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  width: 100%;
  padding: 9px 0;
  transition: background 0.3s;
}

.contact-section .btn-submit:hover {
  background-color: #d89a1d;
}

.contact-section .social-icons a {
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-section .social-icons a:hover {
  color: #f3b32c;
}

.contact-section h1 {
  font-size: 32px;
  font-weight: 500;
}

.contact-section p {
  color: #000;
  font-size: 14px;
  margin-top: 15px;
  font-weight: 400;
}

.contact-trusted .modern-card {
  background-color: white;
  border: none;
}

.single-blog h1 {
  color: #1F2937;
  font-size: 31px;
  font-weight: 600;
  margin-bottom: 30px;
}

.single-blog .blog-p {
  color: #000;
  font-size: 16px;
  margin-top: 20px;
}

.single-blog h2 {
  color: #1F2937;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.single-blog p {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}

.single-blog .single-blog-two {
  margin-top: 14px;
  border-radius: 14px;
  margin-bottom: 10px;
}

.single-blog small {
  color: #6B7280;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
  display: inline-block;
}

.single-blog h3 {
  color: #1F2937;
  font-size: 18px;
  font-weight: 600;
}

.single-blog .blue-text {
  background: #F0F9FF;
  padding: 10px;
  border-radius: 0;
  border-left: 4px solid #0EA5E9;
  margin-bottom: 31px;
  margin-top: 16px;
  display: inline-block;
}

.single-blog .blue-text small {
  margin-bottom: 0;
  color: #6B7280;
  font-size: 13px;
  font-weight: 500;
}

.single-blog .blue-text p {
  color: #374151;
  font-weight: 400;
  margin-bottom: 4px;
  font-size: 17px;
}

.single-blog .single-blog-three {
  padding: 10px 0 22px 0;
}

.single-blog .blog-exp {
  background-image: linear-gradient(to right, #0284C7, #0369A1);
  color: white;
  padding: 23px;
  border-radius: 13px;
}

.single-blog .blog-exp h3 {
  color: white;
  font-size: 18px;
  font-weight: 700;
}

.single-blog .blog-exp p {
  color: white;
  font-weight: 400;
  font-size: 14px;
}

.single-blog button.explore-btn {
  background: #FFFFFF;
  border: none;
  color: #0369A1;
  padding: 7px 10px;
  border-radius: 7px;
  font-weight: 500;
  font-size: 13px;
}

.single-blog button.product-btn {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 7px 10px;
  border-radius: 7px;
  font-weight: 500;
  margin-left: 10px;
  font-size: 13px;
}

.single-blog .breadcrumb a {
  color: #6B7280;
  text-decoration: none;
  font-size: 13px;
}

.single-blog .breadcrumb-item.active {
  color: #374151;
  font-size: 15px;
}


/* Top meta row (DATE + ICONS) */
.newsletter-section .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.newsletter-section .post-date {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}

.newsletter-section .meta .icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  color: #6B7280;
  margin-left: 10px;
  transition: opacity .15s ease, color .15s ease, transform .15s ease;
}

.newsletter-section .meta .icons a:hover {
  color: #e6b24c;
  transform: translateY(-1px);
}

/* Cards */
.newsletter-section .card {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
  margin-bottom: 18px;
}

/* Subscribe (white) */
.newsletter-section .card-subscribe {
  background: #fff;
  padding: 22px 20px 18px;
}

.newsletter-section .card-subscribe h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #1F2937;
}

.newsletter-section .card-subscribe p {
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
}

.newsletter-section .form-control {
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  font-size: 13px;
  padding: 10px 12px;
  box-shadow: none;
}

.newsletter-section .form-control:focus {
  border-color: #c9c9c9;
  box-shadow: none;
}

/* Mustard buttons */
.newsletter-section .btn-yellow,
.newsletter-section .btn-yellow-dark {
  background: #E4B646;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  transition: background .2s;
  width: 100%;
}

.newsletter-section .btn-yellow:hover,
.newsletter-section .btn-yellow-dark:hover {
  background: #d3a23c;
}

.newsletter-section .small-text {
  font-size: 11.5px;
  color: #6B7280;
  margin-top: 8px;
}

/* Promo (dark) */
.newsletter-section .card-promo {
  background: #0d1a27;
  padding: 20px;
  color: #fff;
}

.newsletter-section .promo-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.newsletter-section .promo-text {
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 16px;
}



.demo-request .title {
  font-size: 31px;
  font-weight: 600;
  color: #0D0D0D;
  margin-bottom: 6px;
}

.demo-request .subtitle {
  font-size: 14px;
  color: #000;
  margin-bottom: 28px;
  font-weight: 400;
}

/* Form Box */
.demo-request .form-box {
  background: #F9F9FB;
  border-radius: 14px;
  padding: 36px 28px;
  max-width: 760px;
  margin: 0 auto;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .04);
  text-align: left;
  margin-bottom: 43px;
}

/* Labels + Inputs */
.demo-request .form-label {
  font-size: 13px;
  color: #000;
  margin-bottom: 4px;
}

.demo-request .form-control {
  border: 0;
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
  padding: 6px 0 10px;
  font-size: 14px;
  color: #111;
  box-shadow: none;
  background: transparent;
}

.demo-request .form-control::placeholder {
  color: black !important;
  font-size: 16px !important;
  font-weight: 500;
}

.demo-request .form-control:focus {
  border-bottom-color: #c9c9c9;
  box-shadow: none;
}

.demo-request .form-control::placeholder {
  color: #aaa;
  font-size: 13px;
}

/* Divider */
.demo-request .thin-rule {
  height: 1px;
  background: #e2e2e2;
  margin: 20px 0;
}

/* Button */
.demo-request .btn-yellow {
  margin-top: 12px;
  background: #E4B646;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 22px;
  transition: background .2s;
}

.demo-request .btn-yellow:hover {
  background: #d3a23c;
}

/* Checkbox */
.demo-request .form-check-label {
  font-size: 13px;
  color: #555;
}

.demo-request .top-small {
  color: #19A349;
  background: #19A34933;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 30px;
  display: inline-block;
}

.term-policy ul li {
  color: #000;
  font-size: 14px;
}

.banner-blog .blog-card {
  position: relative;
  cursor: pointer;
}

.banner-blog .blog-card-new {
  position: relative;
  overflow: hidden;
}

.banner-blog .blog-card-new:after {
  content: '';
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.banner-blog .blog-card-new:hover:after {
  height: 250%;
  transition: all 600ms linear !important;
  background-color: transparent;
}

.front-banner .top-two {
  white-space: nowrap;
}

.front-banner .top-two span {
  display: none;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #E4B646;
  /* cursor */
  animation: blink 0.8s infinite;
  height: 62px;
}

@keyframes blink {

  0%,
  50% {
    border-color: #fff;
  }

  50.01%,
  100% {
    border-color: transparent;
  }
}

.custom-modal .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
}

.custom-modal .modal-header {
  background-color: #E4B646;
  color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.custom-modal .modal-title {
  font-weight: bold;
}

.custom-modal .close span {
  color: #fff;
  font-size: 1.5rem;
}

.custom-modal .form-control {
  border-radius: 6px;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.custom-modal .form-control:focus {
  border-color: #E4B646;
  box-shadow: 0 0 0 0.2rem rgba(228, 182, 70, 0.25);
}

.custom-modal label {
  font-weight: 600;
}

.custom-modal .btn-submit {
  background-color: #E4B646;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  transition: 0.3s;
}

.custom-modal .btn-submit:hover {
  background-color: #cfa339;
  color: #fff;
}

.custom-modal .form-check-input[type="radio"] {
  accent-color: #E4B646;
  /* Modern browsers support */
}

/* Fallback for browsers that don't support accent-color */
.custom-modal .form-check-input:checked {
  background-color: #E4B646;
  border-color: #E4B646;
}

.custom-modal .form-check-label {
  margin-left: 4px;
  font-weight: 500;
  color: #333;
}

.custom-modal .cross-btn {
  right: 10px;
  top: 10px;
  position: absolute;
}

.custom-modal .form-check-input:focus {
  box-shadow: none;
}

.custom-modal.modal {
  z-index: 99999999 !important;
}

.custom-modal+.modal-backdrop {
  z-index: 99999999 !important;
}

.banner-modern .modern-card:hover img {
  transform: rotate(360deg);
}

.banner-modern .modern-card img {
  transition: .5s;
}

.inner-banner {
  position: relative;
  /* overflow: hidden; */
  width: fit-content;
  margin: auto;
}

.banner-front-img {
  border-radius: 26px 26px 0 0;
  position: relative;
  overflow: hidden;
  width: fit-content;
}

.banner-front-img:after {
  content: '';
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.banner-front-img:hover:after {
  height: 250%;
  transition: all 600ms linear !important;
  background-color: transparent;
}

header .navbar-toggler-icon {
  background-image: none;
}

.pricing-header .navbar-toggler-icon i {
  color: black !important;
}

.black-logo {
  display: none;
}

.pricing-header .white-logo {
  display: none;
}

.pricing-header .black-logo {
  display: inline-block;
}

/* Addition */

.active>.page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

.page-link {
  color: #e4b646 !important;
}

/* End */

.comparison-table th {
  background-color: #FAFBFC;
  font-size: 17px;
  font-weight: 500;
}

.comparison-table td {
  color: #808080;
  font-size: 15px;
  font-weight: 500;
}

.comparison-table {
  line-height: 49px;
}

.comparison-real ul li i {
  color: #4F46E5;
  margin-right: 10px;
}

.comparison-real ul li {
  color: #374151;
  font-size: 14px;
}

.comparison-real ul {
  line-height: 45px;
}

.case-study-section {
  background: #000;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.case-study-section .badge {
  font-size: 13px;
  background: #0f172a;
  color: white;
  border-radius: 7px;
  padding: 9px 14px;
}

.case-study-section h2 {
  margin: 20px 0;
  margin-bottom: 43px;

}

/* Tab buttons */
.case-study-section .nav-tabs {
  border: none;
  justify-content: center;
  margin-bottom: 40px;
}

.case-study-section .nav-tabs .nav-link {
  border: 1px solid #444;
  background: transparent;
  color: #fff;
  margin: 0 5px;
  border-radius: 12px;
  padding: 10px 16px;
  font-size: 20px;
  transition: all 0.3s ease;
}

.case-study-section .nav-tabs .nav-link.active {
  background: #22c55e;
  border-color: #22c55e;
  color: #fff;
}

/* Card design */
.case-study-section .card {
  background: transparent;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  text-align: left;
}

.case-study-section .card img {
  width: 100%;
  border-bottom: 1px solid #222;
}

.case-study-section .card-body h3 {
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.case-study-section .card-body h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 8px;
  color: white;
}

.case-study-section .card-body p {
  color: #FFFFFFB2;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.case-study-section .read-more {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}

.case-study-section .read-more:hover {
  color: #38bdf8;
}

.comparison-why .works-list p {
  color: #9CA3AF;
  font-size: 13px;
}

.calculator label {
  display: block;
  color: #808080;
  margin-bottom: 8px;
}

.calculator input {
  display: block;
  border: 1px solid #D6D6D6;
  width: 100%;
  height: 40px;
  padding: 3px 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.calculator input::placeholder {
  color: black;
}

.form-box input::placeholder{
  color: #808080 !important;
  font-size: 13px;
}

.form-box textarea::placeholder{
  color: #808080 !important;
  font-size: 13px;
}

.calculator-works .works-list p {
  color: #808080;
}

.calculator-save p {
  color: #808080 !important;
}

.calculator-case h3 {
  color: #808080;
}

.calculator-banner .top-one {
  max-width: 900px;
  margin: auto;
}

.calculator h3 {
  font-size: 20px;
  margin-bottom: 19px;
}

.roi-modal .modal-content {
  border-radius: 12px;  
  padding: 19px;
  text-align: center;
  border: none;
}

.roi-modal .success-icon {
  width: 50px;
  height: 50px;
  background: #4CAF50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.roi-modal .success-icon i {
  color: #fff;
  font-size: 24px;
}

.roi-modal h4 {
  font-weight:500;
  margin-bottom: 10px;
}

.roi-modal p {
color: #808080;
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 300;
}

.roi-modal .stats-box {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.roi-modal .stats-box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.roi-modal .stats-box h5 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 500;
}

 button.get-breakdown {
    border: 1px solid #D7D7D7;
    padding: 7px 10px;
    color: #0D0D0D;
    font-size: 13px;
    border-radius: 7px;
    background: white;
}

.roi-modal .stats-box small {
  display: block;
  margin-top: 5px;
  color: #777;
}

.roi-modal .form-control {
  border-radius: 8px;
  font-size: 14px;
  height: 45px;
}

.roi-modal .btn-download {
  background: #EFBF3C;
  border: none;
  height: 45px;
  border-radius: 8px;
  font-weight: 500;
  color: #000;
  padding: 0 25px;
  margin-left: 10px;
}

.roi-modal .btn-download:hover {
  background: #d9a92e;
}

.roi-modal .top-icon i{
  font-size: 44px;
  color: #00CC29;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 32px;
  }
}

@media(max-width:991.98px) {
  header .front-get-started {
    margin-left: 0;
  }

  header .front-sign-in {
    margin-right: 10px;
  }

  .case-study-section {
    padding: 39px 20px;
  }

  .feature-dropdown .dropdown-menu {
    top: 79px;
    padding: 20px 15px;
    gap: 3px;
  }

  .banner h1 {
    font-size: 42px;
  }

  .front-banner .top-two span {
    height: 52px;
  }

  .banner .top-two {
    margin: 0;
  }

  .front-banner p {
    margin-top: 16px;
  }

  h2 {
    font-size: 25px;
  }

  .banner-modern p,
  .banner-works p {
    font-size: 16px;
  }

  .interfere-div {
    margin-top: 20px;
  }

  .camera-setup .ai-detection {
    margin-top: 15px;
  }

  .choose-set .camera-set {
    padding: 24px 27px;
  }

  .comparison-table th {
    background-color: #FAFBFC;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    padding: 16px 10px;
  }

  .comparison-table td {
    color: #808080;
    font-size: 13px;
    font-weight: 500;
    vertical-align: middle;
  }

  .comparison-table {
    line-height: inherit;
  }

  .comparison-real ul {
    line-height: 26px;
  }

  .case-study-section .card-body {
    padding: 16px 0;
  }
}

@media(max-width:767.98px) {
  header .navbar-brand img {
    width: 80px;
  }

  .pricing-section .features {
    padding: 1rem 13px;
  }

  .pricing-section {
    padding: 1rem 1rem;
  }

  header .gif-logo {
    height: 28px !important;
    width: 28px !important;
  }

  .banner-front-img {
    border-radius: 11px 11px 0 0;
  }

  section {
    padding-top: 30px;
  }

  .logispum-img img {
    height: 65px;
  }

  .banner-modern .modern-card {
    padding: 17px 10px;
    min-height: auto;
  }

  .banner-modern p {
    color: #000;
    margin-bottom: 21px;
  }

  .banner h1 {
    font-size: 34px;
  }

  .banner-works video {
    height: auto !important;
  }



  .case-study-section {
    padding: 39px 12px;
  }
}

@media(max-width:575.98px) {
  .interfere-div .interfere-two {
    left: 0;
    right: 0;
    margin: auto;
  }

  .pricing-section h1 {
    font-size: 28px;
  }

  .pricing-section .features ul {
    grid-template-columns: 1fr;
  }

  .pricing-section .plan-price h4 {
    font-size: 26px;
  }

  .pricing-section .plan-header h5 {
    font-size: 17px;
  }

  .banner-modern .modern-card {
    margin-bottom: 11px;
  }

  section {
    padding-top: 20px;
  }

  h2 {
    font-size: 22px;
  }
}

@media(max-width:480px) {
  .banner h1 {
    font-size: 26px;
  }

  .front-banner .top-two span {
    height: 39px;
  }

  .banner .professional small {
    font-size: 11px;
  }

  .logispum-img img {
    height: 41px;
  }
}