@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root{
    --primary-color:#004FCD;
    --secondary-color:#21196D;
    --tertnary-color:#5A91E4;
    --primary-gradient:linear-gradient(to bottom, #004FCD,#5A91E4);
    --secondary-gradient:linear-gradient(to bottom, #21196D,#5A91E4);
    --light-box-shadow: 0px 0px 20px #70c8ff;
    --dark-box-shadow: 0px 0px 40px #4177ff40;
    --heading-color:#21196D;
    --text-color:#2d2d2d;
    --primary-font:"Poppins", sans-serif;
    --secondary-font:"Inter", sans-serif;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    background-color: rgb(246, 249, 252);
    font-family: var(--primary-font);
    color: var(--text-color);
}
img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.page{
    position: relative;
    min-height: 100dvh;
    overflow: hidden;
}
.custom-container {
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
}
li {
    padding: 0px;
    list-style: none;
}
h3{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color:var(--secondary-color);
}

.heading{
    margin-bottom: 40px;
}
.white-heading{
    color: #fff;
     margin-bottom: 40px;
}
.text-center{
    text-align: center;
}
/* Hero */

.hero-section{
    position: relative;
    overflow: hidden;
    height: 100%;
}
.background-layer{
    position: absolute;
    opacity: 0.6;
}
.background-layer img{
    width: 100%;
}
.background-layer.second{
    width: 50%;
    top: 0%;
    right: 0;
}

/* Header */
header {
    position: relative;
    z-index: 99;
    padding: 20px 0px;
}
.header-inner{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 0px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #8b8b8b24, inset 0px 0px 8px #8770ff36;
}
.logo {
    flex: 1;
    width: 300px;
    padding: 15px 0px;
}
.logo img {
    height: 50px;
    margin: 0;
}
/* menu */
.menu {
    flex: 1;
    text-align: right;
}
.menu ul {
    display: flex;
    gap: 20px;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.menu li {
    list-style: none;
    height: 100%;
    vertical-align: middle;
}
.menu li a {
    font-size: 16px;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: #3b3b3b;
    font-family: var(--primary-font);
    font-weight: 500;
    position: relative;
    white-space: nowrap;
}
.menu li a:before{
    display: none;
    content: '';
    position: absolute;
    bottom: -110%;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background:var(--primary-gradient);
    box-shadow: var(--light-box-shadow);
    transition: all 0.2s;
}
.menu li a.active{
    color:var(--primary-color);
}
.menu li a.active:before{
    display: block;
}
.menu li a.active:before{
    bottom: 0;
}
.menu li a:hover::before {
    bottom: 0;
    height: 0;
}
.menu-icon {
    display: none;
}
/* header Button */
.header-buttons {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: right;
}
.header-buttons a {
    display: block;
    width: 120px;
    color: #fff;
    height: 44px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
}
.header-buttons .login-btn{
    background: var(--primary-gradient);
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.header-buttons .sign-up-btn{
    background: var(--secondary-gradient);
}



/*  Main Content  */

.main-hero{
    position: relative;
    z-index: 9;
}
.main-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px 50px;
}
.wallmart-logo, .apa-logo {
    height: 160px;
    width: 340px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #436b9924, inset 0px 0px 15px #40c6ff24;
}
.logo-inner-wrapper{
    display: flex;
    align-items: center;
    justify-self: center;
    height: 100%;
}
.svg-layer.reverse{
    transform: rotate(180deg) translateY(5.5px);
}
.svg-layer svg {
    width: 120px;
    height: auto;
}
.base-path {
    stroke: #e1e1e1;
    stroke-width: 2;
    fill: none;
}
/* Shiny beam */
.electric-beam {
  stroke: url(#electric-gradient);
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 60 500; 
  stroke-dashoffset: 0;
  animation: beam-pass 3s linear infinite;
  filter: drop-shadow(0 0 6px #3e6ecd);
}
@keyframes beam-pass {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -420; 
  }
}
@keyframes bloom {
  0% {
    transform: scale(1);
  }
  50%{
    transform: scale(1.2);
  }
  100% {
    transform: scale(1); 
  }
}
.octopus-logo {
    flex: none;
    width: 200px;
    height: 200px;
    padding: 10px;
    border-radius: 50%;
    background: var(--primary-gradient);
    box-shadow: 0px 0px 30px var(--primary-color);
}
.octopus-logo-inner {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    padding-top: 20px;
}

.main-content-inner{
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}
.main-content-inner h1{
    font-size: 50px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
    line-height: 60px;
}
.main-content-inner h1 .title-colored{
    display: block;
    font-size: 46px;
    font-weight: 700;
    color:var(--secondary-color);
}
.demo-btn {
    margin: 30px 0px;
}
.demo-btn-inner {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    background: var(--primary-gradient);
    border-radius: 40px;
    padding: 2px;
}
.demo-btn-inner a {
    display: block;
    text-decoration: none;
    color: #fff;
    background: var(--secondary-gradient);
    line-height: 54px;
    border-radius: 40px;
}

.dashboard {
    max-width: 1100px;
    padding: 30px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--dark-box-shadow);
    margin-top: 60px;
    margin-bottom:40px;
}
.dashboard img {
    width: 100%;
}

/* ERP */
.erp-section {
    padding: 40px 0px;
    background-image: url('../images/erp-bg.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.erp-image {
    max-width: 1000px;
    padding-top: 20px;
    margin: 0 auto;
}
.single-dashboard {
    padding: 0px 20px 40px;
    padding-bottom: 40px;
}
.single-dashboard-image {
    max-width: 1000px;
    margin: 30px auto 0px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
}
.single-dashboard-content.text-center {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
}
.single-dashboard-content h4{
    font-size: 24px;
    padding-bottom: 10px;
    color:var(--secondary-color);
}


/*  */
.why-us-inner {
    background-image: url('../images/feature-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.why-us-wrapper {
    padding: 40px 0px;
}
.why-us-flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto 20px;
    flex-wrap: wrap;
    padding: 0px 20px;
}
.why-us-box {
    display: block;
    flex: none;
    width: 100%;
    max-width: 360px;
    background: #ffffff21;
    border-radius: 10px;
    padding: 40px 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid #ffffff33;
}
.why-us-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, #21196d, #4177ff);
    border-radius: 50%;
    padding: 15px;
    margin: 0px auto 30px;
}
.why-us-box h6{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 0px 20px;
}


/* Feature */
.feature {
    padding: 60px 0px;
}
h3.heading.text-center.with-tagline {
    margin-bottom: 5px;
}
.feature-inner {
    padding-top: 40px;
}
.feature-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.feature-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    width: 50%;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    border: 5px solid #e7e7e7cc;
    box-shadow: 0px 0px 10px #e3ecff;
}
.feature-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.feature-content h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
.feature-content p {
    color: #8d8d8d;
}
.first-row .feature-box:first-child{
    width: 55%;
}
.first-row .feature-box:nth-child(2){
    width: 45%;
}
.second-row .feature-box:first-child{
    width: 45%;
}
.second-row .feature-box:nth-child(2){
    width: 55%;
}





.channel-img{
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.channels-content{
    max-width: 900px;
    padding-bottom: 30px;
    text-align: center;
    margin: 0 auto;
}

/* Login page */

.login-page-inner {
    min-height: 100dvh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    padding: 0px 20px;
}
.form-logo-box {
    max-width: 200px;
    margin: 0 auto;
    padding: 20px;
}
.login-box {
    width: 500px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #8a79e140;
}
.title-content {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.title-content h3 {
    font-size: 24px;
    margin-bottom: 5px;
}
.form-title-box h4{
    font-size: 26px;
    margin-bottom: 5px;
}
.title-content p{
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
}
.form-title-box {
    margin-bottom: 30px;
}
.form-field {
    padding-bottom: 15px;
}
.form-field label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
}
.form-field label .required {
    color: #ff3131;
    padding-left: 5px;
}
.form-field input {
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 10px 10px 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-family: 'Poppins';
}
.form-field input:focus,
.form-field input:focus-visible,
.form-field textarea:focus,
.form-field textarea:focus-visible{
    border: none;
    outline: none;
    box-shadow: 0px 0px 10px #d2eeff;
}
.form-field textarea{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 10px 10px 15px;
    border-radius: 3px;
    min-height: 100px;
}
button.submit-btn {
    width: 100%;
    display: inline-block;
    height: 44px;
    font-family: 'Poppins';
    border: none;
    background: var(--primary-gradient);
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.25);
    color: #fff;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
}
.signup-req {
    padding-top: 15px;
    font-size: 14px;
    text-align: center;
    color: #787878;
}
.signup-req a{
    text-decoration: none;
    color: var(--primary-color);
}


/* Demo Page */
.book-demo-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 99;
}
.book-demo-inner{
    display: flex;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 50px #8a79e140;
    padding: 20px;
    border-radius: 10px;
    min-height: 700px;
    gap: 20px;
}
.book-demo-page {
    min-height: 100dvh;
}
.book-form-box-inner {
    width: 90%;
    margin: 0 auto;
}
.book-form-box {
    display: flex;
    align-items: center;
    padding: 40px;
    width: 50%;
}
.book-form-box {
    display: flex;
    align-items: center;
    padding: 40px;
    width: 50%;
}
.flex-field{
    display: flex;
    gap: 20px;
}
.flex-field .form-field{
    flex:1;
}
.dashboard-feature {
    border-radius: 12px;
    background: #f5faff;
    box-shadow: 0px 0px 30px #08458221;
    width: 50%;
}
.dashboard-feature-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}
.dashboard-image {
    position: relative;
    transform: scale(1.6);
    right: -50%;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #c0c7ff;
    padding: 20px;
}
.book-demo-wrapper{
    margin-bottom: 30px;
}

/* Contact us */
.contact-us-inner{
    position: relative;
    z-index: 99;
}
.contact-us-box {
    width: 100%;
    display: flex;
    gap: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin: 30px 0px;
}
.left-contact-details,.right-contact-details {
    flex: 1;
}
.right-contact-details {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #79a6e140;
}
.contact-title h3 {
    font-size: 32px;
    margin-bottom: 10px;
}
.contact-title {
    margin-bottom: 30px;
}
.contact-icon {
    flex: none;
    width: 20px;
}
.contact-field {
    display: flex;
    gap: 20px;
    padding-bottom: 15px;
    padding-left: 10px;
}
.contact-country.contact-field .contact-icon {
    width: 25px;
}
.contact-country.contact-field {
    padding: 12px 10px;
    border-radius: 10px;
    background: #f5f5f5;
    width: 100%;
    margin: 15px 0px 20px;
    font-weight: 600;
}
.more-contact{
    margin-top: 20px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
}
.more-contact a{
    color: var(--primary-color);
}



/* ------ Footer ------ */
footer {
    background: #030316;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
}
.footer-menu ul,.footer-icon-list ul{
    display: flex;
    gap: 20px;
}
.footer-menu ul li a {
    color: #fff;
    text-decoration: none;
}
.footer-logo , .footer-icon {
    width: 20%;
}
.footer-icon-list ul {
    justify-content: right;
}
.footer-icon-list ul a {
    display: block;
    padding: 5px;
    background-color: #fff;
}
.footer-icon-list ul a img{
    display: block;
    width: 25px;
}
.copyright {
    border-top: 1px solid #cccccc70;
    text-align: center;
    padding: 20px;
    color: #fff;
}

/* Responsive */
