/*Global css*/
*{margin:0;padding:0;-webkit-font-smoothing: antialiased;}
html{font-size:100%;width:100%;height:100%;}
body{width:100%;min-width:320px;background-color:#ffffff;font-size:16px;font-family: "Inter", sans-serif; font-weight: 400; color: #626d84; overflow-x: hidden; margin: 0;}
.clear{clear:both;}
button,input[type="submit"]{cursor: pointer;}
button,input[type="submit"],input[type="search"]{transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;font-family: "Inter", sans-serif;}
button:focus,input[type="submit"]:focus,input[type="search"]:focus,a:focus,i:focus{outline: none;}
a{text-decoration:none;color:#626d84; transition: all ease 0.3s;}
a:hover{text-decoration:none;outline:0;color:#000000; outline: none;}
a:focus{outline:none!important;outline-offset:none!important;text-decoration:none!important;color:#000000;}
.btn:focus{outline:none;box-shadow: none;}
a,img{border:none;outline:none;}
img{max-width:100%;height:auto;display:inline-block;}
label{font-family: "Inter", sans-serif; font-weight: 400; font-size: 14px; color: #0a111f;margin-bottom: 10px; display: block;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin:0 0 20px; font-family: "Outfit", sans-serif; padding:0;font-weight: 700; color: #121721; line-height: 1.1; letter-spacing: normal; display: block; position:relative;}
h1, .h1{font-size: 60px;}
h2, .h2{font-size: 36px;}
h3, .h3 {font-size: 30px;}
h4, .h4 {font-size: 20px;}
ul,ol{list-style:none;margin:0;}
ul li,ol li{list-style:none;}
p{display:block;line-height:1.5;margin:0 0 15px; font-weight: 400;}
p:last-child{margin: 0;}
b, strong{font-weight: 700;}

/*inputfield*/
.form-group, .field {padding-bottom: 20px; margin: 0; position: relative;}
.form-control {width: 100%; box-shadow: none !important;height: 40px; font-family: "Inter", sans-serif; color:#000000; font-size: 14px; font-weight: 400; border-radius: 8px; padding: 0 12px 0; border: solid 1px rgb(224, 230, 235); background-color: transparent; outline: none;}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{background-color:#ffffff;}
.form-control::-webkit-input-placeholder{color:#626d84; opacity: 1;}
.form-control::-moz-placeholder{color:#626d84; opacity: 1;}
.form-control:-ms-input-placeholder{color:#626d84; opacity: 1;}
.form-control:-moz-placeholder{color:#626d84; opacity: 1;}
.form-control:focus{color: #000000; border-color: #bee335; background-color: transparent;}
select,select.form-control {background:#f8f9fe url('../images/downArrow.svg') no-repeat calc(100% - 15px) center;text-overflow:ellipsis;white-space:nowrap; padding-top: 1px; padding-left: 16px; padding-right:28px;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none; font-family: "Inter", sans-serif; color:#000000; font-size: 18px; font-weight: 400; border: solid 1px #ffffff; background-color: transparent; width:100%; background-size: 15px;cursor:pointer;}
select,select.form-control:focus{color: #000000;}
select option,select.form-control option{ padding:0 10px;}
textarea.form-control {min-height:115px;resize:vertical;height:auto; padding-top: 10px; border-radius: 10px;}
.form-group label{display: block; width: 100%;}

.container{max-width: 1400px; width: 100%;position: relative; z-index: 2; padding-left: 20px; padding-right: 20px;}
.container.small-container {max-width: 1200px;}

/*button*/
.btn-custom {background-color: #bee335; box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px; border-radius: 12px; border: 0; font-family: "Inter", sans-serif; font-weight: 600; font-size:18px; text-align: center; color:#0a111f; text-transform: capitalize; height:56px; line-height:56px; text-align:center; padding:0 35px;cursor: pointer;  display: inline-flex; transition: all ease 0.3s;}
.btn-custom img.right {margin-left: 10px; width: 24px;}
.btn-custom img.left {margin-right: 10px; width: 24px;}
.btn-custom.small-btn {font-size:14px; text-align: center; border-radius: 8px; color:#0a111f; height:36px; line-height:36px; padding: 0 15px;}
.btn-custom.transparent-btn {background-color: transparent; box-shadow: none;}
.btn-custom.transparent-btn:hover {background-color: #00d2e6;}
.btn-custom:hover {background-color: #bee335; color: #0a111f; outline: 0; transform: scale(1.06);}
.btn-custom:focus {background-color: #bee335; color: #0a111f; outline: 0; border: 0; transform: scale(1.06);}

/*checkbox*/
.custom-checkbox {position: relative;padding-left: 28px;cursor: pointer;user-select: none; font-size: 14px; color: #626d84; line-height: 24px;}
.custom-checkbox input[type="checkbox"] {position: absolute;opacity: 0;cursor: pointer;}
.checkbox-mark {position: absolute;top: 3px;left: 0;height: 19px;width: 19px;background-color: #ffffff; border-radius: 3px; border: solid 1px #626d84; background-color: transparent; transition: border-color 0.2s, box-shadow 0.2s;}
.custom-checkbox input:hover  ~ .checkbox-mark {background-color: #bee335; border-color: #bee335;}
.custom-checkbox input:checked ~ .checkbox-mark {background-color: #bee335; border-color: #bee335;}
.custom-checkbox input:checked ~ .checkbox-mark:after, .custom-checkbox input:hover  ~ .checkbox-mark:after {content: ""; background-image: url('../images/checkbox-icon.svg'); background-repeat: no-repeat; background-size: 100%; width: 18px; height: 18px; display: block;}

/*txt color*/
.green-color {color: #bee335;}

/*section title*/
.section-title {font-size: 18px;}

.pad-t0{padding-top: 0!important;}
.pad-0{padding-top:0!important; padding-bottom: 0!important;}
.pad-lr0{padding-left: 0!important; padding-right: 0!important;}
.mrg-0{margin-top: 0!important; margin-bottom: 0!important;}
.pad-t110 {padding-top: 110px;}
.pad-b110 {padding-bottom: 110px;}

/*check list*/
.check-list {padding: 0;}
.check-list li {font-size: 16px; color: #0a111f; position: relative; padding-left: 30px; margin-top: 10px;}
.check-list li:before {background-image: url('../images/check-icon.svg'); background-repeat: no-repeat; content: ""; background-size: 100%;width: 20px;height: 20px;position: absolute;left: 0;top: 2px;}

/*owl carousel*/
.owl-carousel .owl-nav {margin: 0;display: flex;align-items: center;gap: 10px;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {width: 30px; height: 30px; background-color: #bee335; background-image: url('../images/slider-arrow.svg'); background-repeat: no-repeat; background-position: center; font-size: 0; border: 0; border-radius: 0; margin: 0;}
.owl-carousel .owl-nav button.owl-next {transform: scale(-1);}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {background-color: #ffffff; background-image: url('../images/slider-arrow.svg'); background-repeat: no-repeat; background-position: center;}
.owl-item {opacity: 0;transition: opacity 0.4s ease;}
.owl-item.active {opacity: 1;}

/*accordian*/
.accordion .accordion-header {color: #000000; border-top: solid 1px #000;}
.accordion-item {background-color: transparent; border: 0;}
.accordion-button {padding: 15px 0; background-color: transparent; font-family: "Inter", sans-serif; font-size: 33px; color: #000000; padding-right: 10px; outline: 0; box-shadow: none;}
.accordion-button:after {background-image: url('../images/right-arrow-icon.svg'); background-repeat: no-repeat; background-size: 10px; content: ""; width: 10px; height: 18px;}
.accordion-button:not(.collapsed) {background-color: transparent; border: 0; border-radius: 0; color: #000000; box-shadow: none;}
.accordion-button:not(.collapsed)::after {background-image: url('../images/right-arrow-icon.svg'); background-repeat: no-repeat; background-size: 10px; transform: rotate(-90deg); background-position: center;}
.accordion-button:focus { box-shadow: none;}
.accordion-body {padding: 0 0 18px 0;}
.accordion .accordion-header.white {color: #ffffff; border-color: #ffffff;}
.accordion .accordion-header.white .accordion-button {color: #ffffff;}
.accordion .accordion-header.white .accordion-button:after {filter: invert(1);}
.accordion-header.small .accordion-button {font-family: "Inter", sans-serif; font-size: 20px;}

/*tag*/
.title-tag {border: solid 1px rgba(190, 227, 53, 0.4); background-color: rgba(190, 227, 53, 0.1); border-radius: 25px; color: #bee335; font-size: 14px; gap: 0 7px;padding: 8px 15px;margin-bottom: 25px;}
.title-tag:before {width: 8px; height: 8px; background-color: #bee335; border-radius: 100%; content: ""; display: inline-block; vertical-align: middle;}
.title-tag.icon::before {display: none;}
.title-tag.icon img {width: 18px;}

@media only screen and (max-width: 1440px) {
h1, .h1 {font-size: 50px;}
.pad-t110 {padding-top: 80px;}
.pad-b110 {padding-bottom: 80px;}
}

@media only screen and (max-width: 1199px) {
h1, .h1 {font-size: 40px;}
h2, .h2 {font-size: 32px;}
.btn-custom {font-size: 14px; height: 50px; line-height: 50px; padding: 0 20px;}
.pad-t110 {padding-top: 60px;}
.pad-b110 {padding-bottom: 60px;}
.section-title {font-size: 16px;}
}

@media only screen and (max-width: 991px) {
body {font-size: 15px;}
h1, .h1 {font-size: 35px;}
h2, .h2 {font-size: 28px;}
h3, .h3 {font-size: 25px;}
h4, .h4 {font-size: 18px;}
.pad-t110 {padding-top: 40px;}
.pad-b110 {padding-bottom: 40px;}
.btn-custom {font-size: 14px;height: 45px;line-height: 45px;padding: 0 15px;border-radius: 8px;}
}

@media only screen and (max-width: 767px) {
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin-bottom: 15px;}
.wow{animation-name: none !important;visibility: visible !important; transform: none !important;}
.form-control {height: 40px; line-height: 40px; font-size: 14px;}
.title-tag {font-size: 12px;padding: 5px 12px;margin-bottom: 20px;}
}

@media only screen and (max-width: 479px) {
h1, .h1 {font-size: 30px;}
h2, .h2 {font-size: 24px;}
h3, .h3 {font-size: 22px;}
.container {padding-left: 15px; padding-right: 15px;}
}
/*Global css end*/

/*header css start*/
.site-header {position: fixed; top: 0; left: 0; right: 0; z-index: 10; border-bottom: solid 1px #e0e6eb; background-color: rgba(249, 250, 251, 0.8); padding: 15px 0; transition: all ease 0.3s;}
.navbar-brand {max-width: 100px; width: 100%; margin: 0; padding: 0;}
.navbar-brand img{max-width: 100%; display: block; transition: all ease 0.5s;}
.site-header .navbar{padding: 0;}
.site-header .navbar-collapse {margin-top: 0; flex-basis: min-content; justify-content: center;}
.site-header .navbar-collapse .navbar-nav {margin-left:48px;}
.site-header .navbar-nav li{margin: 0 5px; position: static;}
.site-header .navbar-nav li a.nav-link{color: #626d84;; font-size: 15px; font-weight: 400; padding: 0; position: relative; border-radius: 8px; padding: 8px 16px;}
.site-header .navbar-nav li a.nav-link:focus, .site-header .navbar-nav li:hover a.nav-link{color: #bee335; background-color: #f3f8e7;}
.site-header .navbar-nav li a.nav-link:hover {background-color: #f3f5f7; color: #121721;}
.site-header .navbar-nav .nav-link:hover, .site-header .navbar-nav .nav-link.active, .site-header .navbar-nav .nav-link.active:hover{color: #bee335; background-color: #f3f8e7;}
.site-header .head-btn-group {gap: 0 15px;}

/*sticky header*/
.site-header.scroll-header {backdrop-filter: blur(16px);}

/*animated nav icon*/
#nav-icon{position:absolute;border:0;margin:0; right: 0; top: 50%; width:33px;height:21px;z-index:10; cursor:pointer;-webkit-transform:rotate(0deg) translateY(-50%);transform:rotate(0deg) translateY(-50%);-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out; border: 0 !important; box-shadow: none !important;}
#nav-icon span{position:absolute;display:block;width:100%;height:2px;background:#0a111f;border-radius:2px;opacity:1;left:0;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}
#nav-icon span:nth-child(1){top:0}
#nav-icon span:nth-child(2){top:10px}
#nav-icon span:nth-child(3){top:20px}
#nav-icon.animate-icon span:nth-child(1){top:10px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}
#nav-icon.animate-icon span:nth-child(2){opacity:0;left:-10px}
#nav-icon.animate-icon span:nth-child(3){top:10px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}

@media only screen and (max-width: 1199px) {
.navbar-brand {max-width: 85px;}
}

@media only screen and (max-width: 991px) {
.site-header .head-btn-group {margin-right: 45px; gap: 0 10px;}
.site-header .navbar-collapse {position: fixed;background: #0a111f; overflow: auto; height: calc(100vh - 85px) !important;top: 85px; right: -100%; padding-top:20px;width: 100%; display: block; transition: all ease 0.2s;}
.nav-open .site-header .navbar-collapse {right: 0;}
.site-header .navbar-collapse .navbar-nav {margin: 0;}
.site-header .navbar-nav li {margin: 0; padding: 0;}
.site-header .navbar-nav li a.nav-link {padding: 0; margin-bottom: 0;display: flex;align-items: center;justify-content: space-between; background-color: transparent;}
.site-header.white .navbar-nav .nav-link:hover, .site-header.white .navbar-nav .nav-link.active{color: #bee335; background-color: transparent;}
.site-header .navbar-nav .nav-link:hover, .site-header .navbar-nav .nav-link.active, .site-header .navbar-nav .nav-link.active:hover {background-color: transparent !important;}
.site-header .navbar-nav li a.nav-link:hover {background-color: transparent; color: #bee335;}
.site-header .navbar-nav li a.nav-link:focus, .site-header .navbar-nav li:hover a.nav-link {background-color: transparent;}
.site-header.scroll-header .navbar-collapse {top: 85px;}
.site-header .navbar-nav li {margin: 0; padding: 5px 15px;}
.site-header .navbar-nav li a.dropdown-toggle::after {position: relative;top: 0;content: "";display: inline-block;width: 11px;height: 11px;border-right:2px solid var(--bs-white);border-top:2px solid var(--bs-white);transform: rotate(135deg);margin:-5px 3px 0 0;border-left:0; display: inline-flex; transition: all ease 0.3s;}
.site-header .navbar-nav li a.nav-link.show.dropdown-toggle:after {transform: rotate(-46deg);margin-top: 4px;}
.site-header.white .navbar-nav li a.nav-link:hover, .site-header.white .navbar-nav li a.nav-link:focus, .site-header.white .navbar-nav li:hover a.nav-link{color: var(--bs-white);}
}

@media only screen and (max-width: 479px) {
}
/*header css end*/

/*hero bnr css start*/
.hero-bnr {background-color: #0a111f; background-image: url('../images/hero-bnr-bg.webp'); background-repeat: no-repeat; background-size: cover; padding: 150px 0; min-height: calc(100vh - 150px); margin-top:89px;}
.hero-bnr h1 {color: #ffffff;}
.hero-bnr p {font-size: 18px; color: #fafafa; opacity: 0.7;}
.hero-bnr .btn-group {gap: 0 20px; margin-top: 25px;}
.hero-bnr .btn-custom.bdr-btn {background-color: rgba(255, 255, 255, 0.1); color: #ffffff; border: solid 1px rgba(255, 255, 255, 0.4); backdrop-filter: blur(4px); transform: none;}
.hero-bnr .btn-custom.bdr-btn:hover {background-color: rgba(255, 255, 255, 0.2);}
.hero-bnr .img-block {border: solid 1px #303f26; border-radius: 16px; margin-left: 45px;}
.hero-bnr .img-block img {width: 100%; display: block; border-radius: 16px;}
.hero-bnr .img-block .floted-txt {position: absolute; border-radius: 12px; background-color: #ffffff; color: #0a111f; padding: 10px 15px; font-size: 14px; font-weight: 500; gap: 0 10px; padding: 17px 15px; line-height: 1;}
.hero-bnr .img-block .floted-txt.right.top {right: -23px; top: -23px;}
.hero-bnr .img-block .floted-txt.left.bottom {left: -23px; bottom: -23px;}
.hero-bnr .img-block .floted-txt:before {width: 12px; height: 12px; border-radius: 100%; content: ""; display: inline-block; vertical-align: middle;}
.hero-bnr .img-block .floted-txt.green:before {background-color: #bee335;}
.hero-bnr .img-block .floted-txt.blue:before {background-color: #00d2e6;}
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.float-top {animation: moveUpDown 3s ease-in-out infinite;}

@media only screen and (max-width: 1440px) {
.hero-bnr {min-height: auto;}
.hero-bnr .img-block {margin-left: 0; margin-right: 20px;}
}

@media only screen and (max-width: 1199px) {
.hero-bnr {padding: 100px 0; margin-top: 81px;}
}

@media only screen and (max-width: 991px) {
.hero-bnr {padding: 60px 0;}
.hero-bnr p {font-size: 16px;}
.hero-bnr .img-block .floted-txt {font-size: 12px; padding: 13px 11px; border-radius: 8px;}
}

@media only screen and (max-width: 414px) {
.hero-bnr {padding: 35px 0;}
.hero-bnr .btn-group {flex-wrap: wrap; gap: 10px 0; width: 100%;}
.hero-bnr .btn-group .btn-custom {width: 100%; justify-content: center;}
}
/*hero bnr css end*/

/*icon-card css start*/
.choose-box { background: #f9fafb;}
.icon-card { border: 1px solid #e9ecef; box-shadow: 0 15px 30px rgba(0,0,0,0.06); border-radius: 16px; padding: 35px; height: 100%; transition: all 0.3s ease; background: #fff; }
.icon-card:hover {transform: translateY(-5px); }
.icon-card:hover .icon-box {background-color: rgb(241 255 216);}
.icon-box { width: 48px; height: 48px; border-radius: 12px; background-color: #f8ffec; display: flex; align-items: center; justify-content: center; margin-bottom:24px; } 
.icon-text { color: #6c757d;}
.icon-card ul {padding: 0;}
.icon-card ul li {font-size: 14px; color: #000000; position: relative; padding-left: 18px; margin-top: 10px;}
.icon-card ul li:before {width: 6px; height: 6px; background-color: #bee335; border-radius: 100%; content: ""; position: absolute; left: 0; top: 8px;}

@media only screen and (max-width: 1440px) {
.icon-card {padding: 25px;}
}

@media only screen and (max-width: 767px) {
.icon-box {margin-bottom: 15px;}
}
/*icon-card css end*/

/*total project css start*/
.total-project {background-color: rgba(243, 245, 247, 0.5);}
.timeline-card {border-radius: 16px; box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px; background-color: #ffffff; overflow: hidden;}
.timeline-card .head {background-color: #0a111f; font-size: 14px; color: rgba(250, 250, 250, 0.7); padding: 12px 15px; gap: 0 15px;}
.timeline-card .card-info {padding: 24px;}
.timeline-card .card-info .timeline {margin-bottom: 25px;}
.timeline-card .card-info label {font-size: 14px; margin: 0; padding-left: 20px; min-width: 150px;}
.timeline-card .card-info label.drk {color: #0a111f; padding: 0;}
.timeline-card .card-info .progress-bar {height: 24px; border-radius: 50px;  transition: width 1.5s ease-in-out;}
.timeline-card .card-info .progress-bar.green {background-color: #bee335; box-shadow: rgba(190, 227, 53, 0.5) 0px 0px 20px 0px;}
.timeline-card .card-info .progress-bar.cyan {background-color: #04d2dc; box-shadow: rgba(0, 234, 255, 0.5) 0px 0px 20px 0px;}

@media only screen and (max-width: 767px) {
.timeline-card {margin-top: 25px;}
}
/*total project css end*/

/*trusted css start*/
.trusted-section { background: #0a111f;}
.trusted-section .section-title  p, .stat-label{ color: #fafafab3; }
.trusted-subtitle { color: #9aa4b2; font-size: 1rem; margin-top: 10px; } 
.trusted-number {font-family: "Outfit", sans-serif; font-size: 60px; font-weight: 700; color: #b7e300; line-height: 1;} 
.trusted-label { color: rgba(250, 250, 250, 0.7); font-size:16px; margin-top: 5px;}

@media only screen and (max-width: 1440px) {
.trusted-number {font-size: 50px;}
}

@media only screen and (max-width: 991px) {
.trusted-number {font-size: 40px;}
}
/*trusted css end*/

/*free trial css start*/
.free-trial {background-color: #f9fafb;}
.free-trial .section-title {max-width: 642px; margin-left: auto; margin-right: auto;}
.free-trial h2 {font-size: 48px;}
.free-trial .section-title p.small {font-size: 14px; margin-top: 15px;}

@media only screen and (max-width: 1199px) {
.free-trial h2 {font-size: 40px;}
}

@media only screen and (max-width: 991px) {
.free-trial h2 {font-size: 35px;}
}

@media only screen and (max-width: 767px) {
.free-trial h2 {font-size: 30px;}
}
/*free trial css end*/

/*footer css start*/
.footer {background-color: #0a111f; color: rgba(250, 250, 250, 0.7); padding: 65px 0 50px;}
.footer-logo {max-width: 70px; margin-bottom: 25px;}
.footer h4 {color: #bee335; font-size: 14px; text-transform: uppercase;}
.foot-link {padding: 0;}
.foot-link li {margin-bottom: 10px;}
.foot-link li a {color: rgba(250, 250, 250, 0.7); font-size: 14px;}
.foot-link li a:hover {color: #bee335;}
.foot-bottom {border-top: solid 1px rgba(250, 250, 250, 0.1); margin-top: 45px; padding-top: 35px; font-size: 14px;}

@media only screen and (max-width: 1199px) {
.footer {padding: 50px 0 40px;}
}

@media only screen and (max-width: 767px) {
.foot-bottom {margin-top: 15px;padding-top: 25px;}
}
/*footer css end*/

/*inner bnr start*/
.inner-bnr {background-color: #0a111f; margin-top: 95px;}
.inner-bnr .container {max-width: 750px;}
.inner-bnr h1 {color: #ffffff;}
.inner-bnr p {font-size: 20px; color: rgba(250, 250, 250, 0.7);}

@media only screen and (max-width: 1440px) {
.inner-bnr p {font-size: 18px;}  
}

@media only screen and (max-width: 1199px) {
.inner-bnr {margin-top: 85px;} 
}

@media only screen and (max-width: 991px) {
.inner-bnr p {font-size: 16px;}
}
/*inner bnr end*/

/*timeline css start*/
.timeline-block {padding: 100px 0; background-color: #f9fafb;}
.timeline-block .row {margin-bottom: 110px;}
.timeline-block .row:last-child {margin-bottom: 0;}
.center-line {width: 1px; height: 100%; position: absolute; left: 50%; transform: translateX(-50%); top: 0; background-color: rgb(224, 230, 235);}
.timeline-txt.right-align {text-align: right; padding-right: 20px;}
.timeline-txt.left-align {text-align: left; padding-left: 20px;}
.timeline-txt .no {color: rgb(189 227 50);}
.timeline-txt p {font-size: 18px;}
.timeline-img {background-color: #ffffff; border: 1px solid #e9ecef; border-radius: 16px; box-shadow: 0 15px 30px rgba(0,0,0,0.06); overflow: hidden; padding: 15px 20px;}

@media only screen and (max-width: 1199px) {
.timeline-block {padding: 70px 0;}
.timeline-txt p {font-size: 16px;}
}

@media only screen and (max-width: 991px) {
.timeline-block .row {margin-bottom: 90px;}
}

@media only screen and (max-width: 767px) {
.timeline-block {padding: 40px 0;}
.timeline-block .row {margin-bottom: 45px;}
.center-line {left: 20px; transform: translateX(0);}
.timeline-txt.right-align {text-align: left; padding-left: 20px; padding-right: 0;}
.timeline-img {margin-top: 35px; margin-left: 20px;}
.timeline-txt .no:before {width: 18px; height: 2px; background-color: rgb(224, 230, 235); content: ""; position: absolute; left: -15px; top: 50%; transform: translateY(-50%);}
.timeline-txt p {font-size: 14px;}
}
/*timeline css end*/

/*features css start*/
.feature-section {background: #f9fafb;}
.feature-section .row {margin-bottom: 65px;}
.feature-section .row:last-child {margin-bottom: 0;}
.features-graph-img img { width: 100%; box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1); background: transparent; border-radius: 13px; border: 1px solid #e0e6eb; }
.feature-section .icon-box {background-color: #bee3351a;}

@media only screen and (max-width: 991px) {
.feature-section .row {margin-bottom: 40px;}
}
/*features css end*/

/*use cases css start*/
.use-cases {padding: 100px 0; background-color: #f9fafb;}
.use-cases .icon-card h4 {font-size: 24px;}

@media only screen and (max-width: 1199px) {
.use-cases {padding: 80px 0;}
}

@media only screen and (max-width: 991px) {
.use-cases {padding: 40px 0;}
.use-cases .icon-card h4 {font-size: 18px;}
}
/*use cases css end*/

/*user login css start*/
.user-login {min-height: 100vh;}
.user-form-block {width: 50%; background-color: #ffffff; padding: 30px;}
.login-title-bg {background-image: url('../images/login-title-bg.webp'); background-repeat: no-repeat; background-size: cover; width: 50%; padding: 32px;}
.login-title-bg .txt {max-width: 450px;}
.login-title-bg .txt h2 {color: #ffffff;}
.login-title-bg .txt p {color: rgba(250, 250, 250, 0.7);}
.user-form-inner {max-width: 450px; width: 100%;}
.user-form-block .logo {max-width: 80px; display: block; margin-bottom: 30px;}
.user-form-block h1 {margin-bottom: 10px;}
.user-form-block .with-icon i {position: absolute; right: 13px;top: 7px;width: 20px;}
.user-form-block .txt-link {color: #bee335; font-size: 14px;}
.user-form-block .txt-link:hover {text-decoration: underline;}
.user-form-block input:-webkit-autofill, .user-form-block input:-webkit-autofill:hover, .user-form-block input:-webkit-autofill:focus, .user-form-block input:-webkit-autofill:active {-webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0) inset !important;background-color: transparent !important;background-clip: text;}
.user-login .info-txt {font-size: 12px; text-align: center; margin-top: 25px;}

@media only screen and (max-width: 767px) {
.user-login {min-height: inherit;}
.user-form-block {width: 100%;}
.login-title-bg {width: 100%;}
.user-form-block .logo {margin-bottom: 20px;}
}
/*user login css end*/

/*404 css start*/
.not-found {background-color: #0a111f; background-image: url('../images/404-bg.webp'); background-repeat: no-repeat; background-size: cover; min-height: 100vh; padding: 30px;}
.not-found h1 {font-size: 120px;}
.not-found .txt-block .h2 {color: #ffffff;}
.not-found p {color: rgba(250, 250, 250, 0.7);}

@media only screen and (max-width: 991px) {
.not-found h1 {font-size: 80px;}
}
/*404 css end*/

/*about  css start*/
.our-vision { background: #f3f5f780;}
.our-vision .container {max-width: 800px;}
.our-vision p { font-size: 20px;}
.our-journey { background-color: #0a111f; border-bottom: solid 1px rgba(250, 250, 250, 0.3);}
.our-journey p { color: #fafafab3; font-size: 18px;}
.what-believe .icon-card {padding: 0;}

@media only screen and (max-width: 767px) {
.what-believe .icon-card {margin-bottom: 25px;}
}
/*about  css start*/

/*contact css start*/
.contact-block {background-color: #f9fafb;}
.contact-card { box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1);border: 1px solid #e0e6eb; border-radius: 20px; padding: 32px;}
.contact-block .form-control,.contact-block .form-select {background-color: #f9fafb;}

@media only screen and (max-width: 1199px) {
.contact-card {padding: 25px;}
}

@media only screen and (max-width: 767px) {
.contact-block .row {flex-direction: column-reverse;}
.contact-card {margin-bottom: 30px;}
}
/*contact css end*/

.error {color:red;margin: 0px;}
.plan-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.plan-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* Header */
.plan-card-header {
    background: linear-gradient(135deg, #0b1220, #0e1621);
    color: #ffffff;
    padding: 16px 18px;
    font-size: 15px;
    font-weight: 600;
}

/* Body */
.plan-card-body {
    padding: 22px 20px;
    text-align: left;
}

/* Price */
.plan-card .price {
    margin-bottom: 10px;
}

.plan-card .amount {
    font-size: 44px;
    font-weight: 700;
    color: #c6f000; /* Pikasso green */
    line-height: 1;
}

.plan-card .duration {
    font-size: 14px;
    color: #64748b;
    margin-left: 4px;
}

.plan-desc {
    font-size: 14px;
    color: #475569;
    margin-top: 6px;
}

.plan-card-footer {
    padding: 0px 20px 22px;
}

.btn-buy {
    display: block;
    width: 100%;
    text-align: center;
    background: #c6f000; 
    color: #0e1621;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 0;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-buy:hover {
    background: #b4de00;
    color: #0e1621;
    transform: translateY(-1px);
}

.btn-buy:active {
    transform: translateY(0);
}

.plan-buy-btn{ 
    display: block;
    height: 40px;
    line-height: 40px;  
    font-size: 14px;
}

.plan-buy-arrow {
    margin-left: 0px;
    width: 20px;
}
.required-ast{
    color: red;
    margin-left: 1px;
}