* {padding: 0;margin: 0;font-family: Arial, Helvetica, sans-serif;box-sizing: border-box;}body {background-color: #121211;}#above-nav-main-container {height: fit-content;width: 100%;display: flex;border-bottom: 1px solid gray;justify-content: center;align-items: center;padding: 10px 0;}#above-nav-main-container p {color: white;font-weight: 600;font-size: small;}@media (max-width: 600px) {#above-nav-main-container p {font-size: xx-small;}}#Pro-Base {position: fixed;top: -200px;left: 05px;height: 120px;width: 100px;z-index: 999999;display: flex;justify-content: center;animation: slideDown 0.5s ease-out forwards;}@keyframes slideDown {to {top: 0;}}#base {height: 90px;width: 80px;background-color: #000;position: relative;display: flex;box-shadow: 0px 0px 3px gainsboro;flex-direction: column;justify-content: center;padding-top: 5px;align-items: center;}#base p {color: white;font-size: x-small;font-weight: bold;margin: 0;padding: 0;}#base img {height: 70px;width: auto;}#base::after {content: "";position: absolute;bottom: -30px;left: 0;width: 0;height: 0;border-left: 40px solid transparent;border-right: 40px solid transparent;border-top: 30px solid #000;}header {backdrop-filter: blur(10px);background-color: rgba(25, 25, 25, 0.7);position: sticky;top: 0;width: 100%;z-index: 1000;border-bottom: 1px solid white;}.navbar {max-width: 1200px;margin: auto;height: 70px;display: flex;justify-content: space-between;align-items: center;padding-left: 100px;padding-right: 20px;flex-wrap: wrap;}.logo a{display: flex;justify-content: center;text-decoration: none;align-items: center;}.logo img {height: 65px;width: auto;transform: scaleX(-1);}.site-heading {color: white;font-size: 30px;}.site-heading span{color: #c91a17;}.nav-links {display: flex;align-items: center;gap: 2rem;transition: all 0.3s ease;}.nav-links a {text-decoration: none;color: #f0f0f0;font-size: medium;position: relative;width: fit-content;}.nav-links a::after {content: "";position: absolute;width: 0%;height: 2px;bottom: -4px;left: 0;background-color: #c91a17;transition: 0.3s ease;}.nav-links a:hover::after {width: 100%;}.dropdown {position: relative;width: fit-content;display: flex;flex-direction: column;justify-content: center;align-items: center;cursor: pointer;}.dropbtn {color: #f0f0f0;font-size: 1rem;position: relative;padding: 8px 0;display: flex;align-items: center;gap: 5px;}.arrow {font-size: 0.7rem;}.dropdown-content {display: none;position: absolute;top: 120%;left: 0;background-color: #2e2e2e;min-width: 180px;z-index: 1001;box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);border-radius: 5px;}.dropdown-content.show {display: block !important;}.dropdown-content a {color: #fff;padding: 12px 16px;text-decoration: none;width: 100%;text-align: center;display: block;transition: background 0.3s ease;}.dropdown-content a:hover {background-color: #c91a17;}.hamburger {display: none;flex-direction: column;justify-content: space-between;width: 24px;height: 18px;cursor: pointer;transition: 0.3s;}.hamburger span {height: 3px;background: white;border-radius: 2px;transition: 0.4s;}.hamburger.active span:nth-child(1) {transform: translateY(7.5px) rotate(45deg);}.hamburger.active span:nth-child(2) {opacity: 0;}.hamburger.active span:nth-child(3) {transform: translateY(-7.5px) rotate(-45deg);}@media (max-width: 991px) {.navbar {padding-left: 100px;}.nav-links {gap: 1rem;}.nav-links a {font-size: small;}.dropbtn {font-size: small;}.site-heading {color: white;font-size: 25px;}}@media (max-width: 768px) {.hamburger {display: flex;}.nav-links {position: absolute;top: 100%;left: 0;right: 0;background: rgb(46, 46, 46);flex-direction: column;align-items: flex-start;gap: 0px;display: none;transform: translateY(-20px);opacity: 0;border-top: 1px solid white;padding: 10px;pointer-events: none;transition: all 0.4s ease;}.nav-links a {width: 100%;height: 40px;display: flex;justify-content: center;align-items: center;}.nav-links.show {display: flex;transform: translateY(0px);opacity: 1;pointer-events: auto;}.dropdown {width: 100%;align-items: flex-start;}.dropdown-content {position: static;box-shadow: none;width: 100%;background: transparent;display: none;}.dropdown-content.show {display: flex !important;flex-direction: column;gap: 0;}.dropdown-content a {background: none;padding: 10px 0;justify-content: center;text-align: center;}.dropdown-content a:hover {background-color: transparent;color: #c91a17;}.dropbtn {width: 100%;justify-content: center;}}@media (max-width: 600px) {.site-heading {color: white;font-size: 20px;}.hamburger {width: 20px;height: 15px;}}#hero-section-main-container {height: 600px;width: 100%;display: flex;justify-content: center;align-items: center;}#hero-section-inner-container {height: 95%;width: 95%;max-width: 1200px;position: relative;display: flex;justify-content: center;align-items: center;border-radius: 30px;border: 1px solid white;overflow: hidden;}#hero-inner-video {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;z-index: 1;opacity: 0.4;}.hero-content {z-index: 2;display: flex;flex-direction: column;gap: 20px;align-items: flex-start;padding-left: 20px;width: 100%;}.hero-content h1 {color: white;font-size: 60px;width: 70%;}.hero-content p {color: lightgray;font-size: medium;width: 70%;}.hero-content a {color: white;padding: 10px 20px;font-size: medium;text-decoration: none;background-color: #c91a17;border-radius: 20px;border: 2px solid white;transform: scale(1.05);transition: all 0.3s;}.hero-content a:hover {transform: scale(1);}@media (max-width: 991px) {#hero-section-main-container {height: 500px;}.hero-content h1 {font-size: 55px;width: 80%;}}@media (max-width: 768px) {#hero-section-main-container {height: 400px;}.hero-content h1 {font-size: 50px;width: 80%;}.hero-content p {font-size: small;}}@media (max-width: 600px) {#hero-section-main-container {height: 350px;}.hero-content h1 {font-size: 35px;width: 95%;}.hero-content p {font-size: small;width: 95%;}.hero-content a {font-size: small;}}#marquee-container {width: 100%;overflow: hidden;display: flex;padding: 20px 0;justify-content: center;}.marquee-inner {--s: 70px;--d: 8s;--n: 4;max-width: 1200px;width: 100%;display: flex;overflow: hidden;}.marquee-inner img {width: var(--s);filter: invert(1);offset: shape( from calc(var(--s) / -2) 50%, hline by calc(sibling-count() * max(100% / var(--n), var(--s) + 10px)) );animation: x var(--d) linear infinite calc(-1 * sibling-index() * var(--d) / sibling-count());}@keyframes x {to {offset-distance: 100%;}}@media (max-width: 600px) {.marquee-inner img {width: 50px;}}.after-marquee-cards {display: flex;justify-content: center;gap: 20px;align-items: center;margin: 30px 0;flex-wrap: wrap;padding: 20px;}#after-marquee-card-box {height: 500px;width: 400px;border: 1px solid gray;border-radius: 20px;flex-direction: column;display: flex;overflow: hidden;justify-content: space-between;align-items: center;}#after-marquee-card-box-img-container {height: 70%;width: 100%;display: flex;justify-content: center;background-color: #0e0e0d;padding: 10px;border-radius: 20px;align-items: center;}#after-marquee-card-box-img-container img {height: 100%;width: 100%;object-fit: contain;}#after-marquee-card-box-video-container {height: 70%;width: 100%;display: flex;justify-content: center;padding: 10px;border-radius: 20px;align-items: center;}#after-marquee-card-box-video-container video {height: 100%;width: 100%;object-fit: fill;border-radius: 20px;}#after-marquee-card-box-text-container {height: 30%;width: 100%;display: flex;justify-content: center;flex-direction: column;gap: 10px;align-items: center;}#after-marquee-card-box-text-container h2 {color: white;font-size: 25px;text-align: center;}#after-marquee-card-box-text-container p {color: gray;font-size: small;width: 95%;text-align: center;}#communicate-row-section {height: 400px;width: 100%;margin-bottom: 20px;display: flex;justify-content: center;align-items: center;}#communicate-row-inner-section {height: 100%;width: 100%;display: flex;justify-content: center;align-items: center;max-width: 1200px;}.communicate-row-inner-reverse-section {flex-direction: row-reverse;}#communicate-row-left {height: 100%;width: 50%;display: flex;gap: 20px;flex-direction: column;justify-content: center;padding-left: 10px;align-items: flex-start;}#communicate-row-left h2 {color: white;font-size: 40px;}#communicate-row-left p {color: gray;width: 80%;font-size: medium;position: relative;padding-left: 25px;}#communicate-row-left span {color: gray;width: 80%;font-size: medium;position: relative;}#communicate-row-left p::before {content: "✔";color: #c91a17;position: absolute;left: 0;font-weight: 400;top: 0;}#communicate-row-right {height: 100%;width: 50%;display: flex;justify-content: center;align-items: center;}#communicate-row-right img {height: 100%;width: 100%;object-fit: contain;}@media (max-width: 991px) {#communicate-row-left h2 {font-size: 30px;}#communicate-row-left p {font-size: small;}}@media (max-width: 768px) {#communicate-row-section {height: 300px;}#communicate-row-left h2 {font-size: 23px;}#communicate-row-left p {font-size: x-small;}#communicate-row-left p::before {font-size: x-small;}}@media (max-width: 600px) {#communicate-row-section {height: fit-content;}#communicate-row-inner-section {flex-direction: column;}#communicate-row-left, #communicate-row-right {width: 100%;height: fit-content;}#communicate-row-right img {height: 300px;object-fit: cover;}.communicate-row-inner-reverse-section {flex-direction: column;}}#simplify-heading-container {height: fit-content;width: 100%;display: flex;padding: 20px 0;justify-content: center;align-items: center;}#simplify-heading-container h2 {color: white;font-size: 40px;width: 50%;text-align: center;}@media (max-width: 991px) {#simplify-heading-container h2 {font-size: 35px;width: 80%;}}@media (max-width: 768px) {#simplify-heading-container h2 {font-size: 30px;width: 90%;}}@media (max-width: 600px) {#simplify-heading-container h2 {font-size: 25px;width: 95%;}}#simplify-three-box-container {display: flex;gap: 20px;justify-content: center;flex-direction: row;flex-wrap: wrap;align-items: center;padding: 30px;}.simplify-three-box {background: white;padding: 20px;border-radius: 12px;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);width: 300px;transform: perspective(800px) rotateX(2deg);transition: transform 0.3s;}.simplify-three-box:hover {transform: perspective(800px) rotateX(0deg) scale(1.03);}.simplify-three-tick {color: #c91a17;font-weight: bold;margin-right: 8px;}.simplify-three-box p {font-size: 16px;line-height: 1.6;}@media (max-width: 600px) {#simplify-three-box-container {gap: 10px;padding: 10px;}.simplify-three-box {padding: 10px;width: 150px;}.simplify-three-box p {font-size: 12px;}}#simplify-image-main-container {height: 600px;width: 100%;display: flex;justify-content: center;align-items: center;}#simplify-image-inner-container {height: 100%;width: 100%;max-width: 1200px;display: flex;justify-content: center;align-items: center;}#simplify-image-inner-container img {height: 100%;width: auto;object-fit: contain;}@media (max-width: 991px) {#simplify-image-main-container {height: 500px;}}@media (max-width: 768px) {#simplify-image-main-container {height: 400px;}}@media (max-width: 600px) {#simplify-image-main-container {height: 300px;}#simplify-image-inner-container img {height: auto;width: 100%;object-fit: contain;}}#use-cases-heading-container {height: fit-content;width: 100%;display: flex;padding: 20px 0;justify-content: center;align-items: center;}#use-cases-heading-container h2 {color: white;font-size: 40px;width: 50%;text-align: center;}@media (max-width: 991px) {#use-cases-heading-container h2 {font-size: 35px;width: 80%;}}@media (max-width: 768px) {#use-cases-heading-container h2 {font-size: 30px;width: 90%;}}@media (max-width: 600px) {#use-cases-heading-container h2 {font-size: 25px;width: 95%;}}.use-cases-container {display: flex;flex-wrap: wrap;justify-content: center;gap: 24px;padding: 20px;background-color: #121212;}.use-cases-card {background-color: #1e1e1e;border-radius: 12px;overflow: hidden;padding: 5px;width: 300px;border: 1px solid white;display: flex;flex-direction: column;transition: transform 0.3s ease, box-shadow 0.3s ease;}.use-cases-card:hover {transform: translateY(-5px);box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);}.use-cases-image {width: 100%;height: 50%;display: block;}.use-cases-content {padding: 16px;display: flex;flex-direction: column;flex-grow: 1;}.use-cases-title {color: #ffffff;font-size: 1.2em;margin: 0 0 10px;}.use-cases-description {color: #cccccc;font-size: 0.95em;flex-grow: 1;margin-bottom: 16px;}.use-cases-button {display: inline-block;padding: 10px 16px;background-color: #333333;color: #ffffff;text-decoration: none;border-radius: 6px;font-size: 0.9em;text-align: center;transition: background-color 0.3s ease;}.use-cases-button:hover {background-color: #555555;}#Compose-heading-container {height: fit-content;width: 100%;display: flex;padding: 20px 0;justify-content: center;align-items: center;}#Compose-heading-container h2 {color: white;font-size: 40px;width: 50%;text-align: center;}@media (max-width: 991px) {#Compose-heading-container h2 {font-size: 35px;width: 80%;}}@media (max-width: 768px) {#Compose-heading-container h2 {font-size: 30px;width: 90%;}}@media (max-width: 600px) {#Compose-heading-container h2 {font-size: 25px;width: 95%;}}.compose-box-main-container {height: 400px;width: 100%;display: flex;justify-content: center;align-items: center;}.compose-box-inner-container {height: 100%;width: 100%;max-width: 1200px;display: flex;justify-content: center;align-items: center;padding: 20px;}#compose-box-inner-reverse {flex-direction: row-reverse;}.compose-box-left {height: 100%;width: 50%;display: flex;justify-content: center;gap: 20px;align-items: center;flex-direction: column;}.compose-box-left span {color: #c91a17;background-color: white;border-radius: 50%;padding: 5px;font-size: large;height: 30px;display: flex;justify-content: center;align-items: center;width: 30px;border: 2px solid #c91a17;}.compose-box-left h3 {text-align: center;color: white;font-size: 40px;}.compose-box-left p {text-align: center;color: white;font-size: small;width: 50%;}.compose-box-right {height: 100%;width: 50%;display: flex;justify-content: center;align-items: center;}.compose-box-right video {height: 100%;width: 100%;object-fit: contain;}@media (max-width: 991px) {.compose-box-main-container {height: 350px;}.compose-box-left h3 {font-size: 30px;width: 90%;}.compose-box-left p {width: 80%;}.compose-box-inner-container {padding: 10px;}}@media (max-width: 768px) {.compose-box-main-container {height: 300px;}.compose-box-left h3 {font-size: 23px;}.compose-box-left p {font-size: x-small;}}@media (max-width: 600px) {.compose-box-main-container {height: fit-content;}.compose-box-inner-container {flex-direction: column;gap: 20px;}#compose-box-inner-reverse {flex-direction: column;}.compose-box-left {height: fit-content;width: 100%;}.compose-box-right {height: fit-content;width: 100%;}}#section-container-main {height: 300px;width: 100%;display: flex;justify-content: center;align-items: center;padding: 20px;}.section-container {height: 100%;width: 95%;max-width: 1200px;overflow: hidden;display: flex;border-radius: 20px;justify-content: center;align-items: center;}.security-section {background: #fff;color: #000;}.security-text {flex: 1 1 300px;padding: 1rem;}.security-text h2 strong {color: #c91a17;}.security-logo {flex: 0 1 150px;padding: 1rem;text-align: center;}.security-logo img {max-width: 100%;height: auto;}.demo-section {background: linear-gradient(90deg, #c91a17, #c91a17 50%, #222);color: #fff;}.demo-text {flex: 1 1 300px;text-align: center;display: flex;justify-content: center;align-items: center;padding: 0 20px;flex-direction: column;}.demo-button {display: inline-block;background: #000;color: #fff;padding: 0.75rem 1.5rem;border-radius: 4px;text-decoration: none;margin-top: 1rem;}.demo-image {flex: 1 1 300px;text-align: center;height: 100%;}.demo-image img {width: 100%;object-fit: cover;height: 100%;}@media (max-width: 768px) {.demo-text p {font-size: small;}}@media (max-width: 600px) {.security-text h2 {font-size: 20px;}.security-text p {font-size: small;}.demo-text h2{font-size: 25px;}.demo-text p{font-size: 10px;}.demo-button {padding: 5px 20px;font-size: x-small;}}.footer-container {display: flex;flex-wrap: wrap;justify-content: space-between;padding: 40px 30px;max-width: 1400px;margin: 0 auto;border-top: 1px solid rgba(255, 255, 255, 0.2);color: #fff;}.footer-section {flex: 1;min-width: 250px;margin: 20px;}.footer-logo img {width: 160px;margin-bottom: 25px;border-radius: 10px;filter: brightness(0.8) contrast(1.2);}.footer-heading-below-logo {font-size: 18px;margin: 10px 0 8px;color: #ffffff;font-weight: 600;}.footer-para-below-logo {font-size: 14px;color: #cccccc;line-height: 1.6;max-width: 300px;margin-bottom: 20px;}.footer-social-icons {display: flex;justify-content: flex-start;align-items: flex-start;width: 100%;gap: 5px;}.footer-social-icons img {width: 36px;border-radius: 5px;background: #c91a17;padding: 6px;transition: transform 0.3s ease;cursor: pointer;box-shadow: none;}.footer-social-icons img:hover {transform: scale(1.2);}.footer-section h4 {margin-bottom: 20px;font-size: 20px;color: #c91a17;text-transform: uppercase;letter-spacing: 1px;}.footer-links a {display: block;margin-bottom: 12px;color: #ccc;text-decoration: none;transition: all 0.3s ease;font-size: 15px;}.footer-links a:hover {color: #fff;transform: translateX(5px);}.footer-contact p {display: flex;align-items: flex-start;margin: 12px 0;color: #ccc;font-size: 15px;}.footer-contact a{display: flex;text-decoration: none;align-items: flex-start;margin: 12px 0;color: #ccc;font-size: 15px;}.footer-icon {width: 22px;height: 22px;margin-right: 12px;margin-top: 2px;}#last-line {width: 100%;display: flex;justify-content: center;align-items: center;background: #0e0e0e;border-top: 1px solid rgba(255, 255, 255, 0.1);}#last-line p {color: #aaa;font-size: 14px;padding: 15px 0;text-align: center;width: 100%;max-width: 1200px;}#last-line p a {color: #00ff99;text-decoration: none;font-weight: 600;}#last-line p a:hover {text-decoration: underline;}@media (max-width: 768px) {.footer-container {flex-direction: column;text-align: center;padding: 30px 20px;}.footer-social-icons {justify-content: center;}.footer-social-icons img {margin: 0px;}.footer-contact p {justify-content: center;}.footer-section {margin: 10px 0;}.footer-para-below-logo {margin: 0 auto 20px;}}#whatsapp-popup-main-container {height: fit-content;width: 250px;position: fixed;padding: 10px;bottom: 10px;left: 10px;background-color: rgb(255, 255, 255);display: none;flex-direction: column;box-shadow: 1px 1px 5px black;border-radius: 10px;justify-content: center;z-index: 99999;align-items: center;}#whatsapp-popup-main-container span {position: absolute;top: 0px;right: 10px;cursor: pointer;font-weight: 900;color: #121216;}#whatsapp-popup-main-container span:hover {color: #000;}#whatsapp-icon-container {height: 45px;width: 90%;display: flex;flex-direction: row;justify-content: space-evenly;align-items: center;}#whatsapp-icon-container img {height: 30px;width: auto;}#whatsapp-icon-container a {color: #000;font-size: medium;font-weight: 600;text-decoration: none;}#whatsapp-icon-container a:hover {text-decoration: underline;}#whatsapp-popup-main-container p {color: #333;font-size: small;font-weight: 400;width: 90%;text-align: center;}@media (max-width: 600px) {#whatsapp-popup-main-container {padding: 5px;width: 200px;}#whatsapp-popup-main-container p {font-size: x-small;margin: 0;}#whatsapp-icon-container img {height: 20px;}#whatsapp-icon-container a {color: #000;font-size: small;}#whatsapp-icon-container {height: 30px;}}.whatsapp-widget {position: fixed;bottom: 20px;right: 10px;z-index: 1000;display: flex;flex-direction: column;align-items: center;}.whatsapp-icon {color: white;border-radius: 50%;cursor: pointer;transition: all 0.3s ease-in-out;display: flex;justify-content: center;align-items: center;}.whatsapp-icon:hover {transform: scale(1.1) rotate(-5deg);}#icon-text img {height: 60px;width: 90px;animation: brightenScale 3s ease-in-out infinite;transition: filter 0.3s ease, transform 0.3s ease;animation-play-state: running;}#icon-text img:hover {animation-play-state: paused;filter: brightness(1.3);transform: scale(1.1);}@keyframes brightenScale {0%, 100% {filter: brightness(1);transform: scale(1);}50% {filter: brightness(1.3);transform: scale(1.1);}}@media (min-width: 2000px) {#icon-text img {height: 100px;width: auto;}}@media (max-width: 480px) {.whatsapp-icon {padding: 0px;font-size: 26px;}.whatsapp-popup {width: 250px;}.whatsapp-widget {bottom: 20px;right: 0px;}#icon-text img {height: 50px;width: 80px;}#backtotop-main-container {bottom: 80px;right: 20px;}}#whatsapp-a img {height: 100%;width: 30%;}#backtotop-main-container {position: fixed;bottom: 100px;right: 40px;display: none;z-index: 1000;}#back-to-top-btn {background-color: #000;color: #fff;border: 2px solid #fff;border-radius: 50%;height: 30px;width: 30px;font-size: 15px;cursor: pointer;display: flex;font-weight: 900;transition: all 1s;justify-content: center;align-items: center;}#back-to-top-btn:hover {background-color: #000;}@media (min-width: 1800px) {#backtotop-main-container {bottom: 120px;}#back-to-top-btn {height: 40px;width: 40px;font-size: 20px;}}@media (min-width: 3000px) {#backtotop-main-container {bottom: 120px;}#back-to-top-btn {height: 50px;width: 50px;font-size: 25px;}}