/* Reset and Base Styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
	font-style: normal;
      font-size: 15px;
    line-height: 22px;
  color: #46484c;
  background-color: #fff;
	overflow-x: hidden;
}

.bold {font-family: "proxima-nova", sans-serif;
font-weight: 600;
font-style: normal;}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2 {font-family: fieldwork-hum, sans-serif;
font-weight: 700;
font-style: normal; color: #181818}

h1 {    font-size: 48px;
    margin-bottom: 17px;
    text-transform: uppercase;
    line-height: 0.9;}
h2 {
    font-size: 28px;
    margin-bottom: 7.5px;
    text-transform: uppercase;
    line-height: 0.9;}

h3, h4 {font-family: "fieldwork-hum", sans-serif;
font-weight: 700;
font-style: normal; text-transform: uppercase;}

h3 {    font-size: 36px;
    line-height: 1;
    margin-bottom: 9px; color:#181818;}

h4 {
    font-size: 14px;
    margin-bottom: 8.5px; color:#007fee; letter-spacing: 2.2px; line-height: 1;}
h4.bigger {margin-bottom: 12px; font-size: 18px;}

p.subhead {    font-size: 21px;
    line-height: 1.2;}


/* Header Styles */
header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  z-index: 1000;
}

header .logo {
  font-size: 1.5rem;
  font-weight: bold;
}

.desktop-nav {    width: 100%;
    max-width: 575px;
    padding: 0px 19.2px;
    font-size: 14px;}

.desktop-nav ul {
  list-style: none;
  display: flex;
      justify-content: space-between;
}

.desktop-nav li a {
  padding: 8px 12px;
  transition: background 0.3s;
	    white-space: nowrap;
	font-family: fieldwork-hum, sans-serif;
font-weight: 700;
font-style: normal; text-transform: uppercase;
}

.desktop-nav li a:hover {
  background: #007bff; color:white;
  border-radius: 4px;
}

.sign-in {
  background: #007BFF;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
	    white-space: nowrap;
	font-family: "fieldwork-hum", sans-serif;
font-weight: 600;
font-style: normal; text-transform: uppercase;
}

.sign-in:hover {
  background: #0056b3;
}

/* Hamburger Menu for Mobile */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: #333;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 5px rgba(0,0,0,0.3);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1001;
  padding: 20px;
}

.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu .close-menu {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  align-self: flex-end;
}

.mobile-menu ul {
  list-style: none;
  margin: 20px 0;
}

.mobile-menu ul li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.mobile-menu .sign-in {
  margin-top: 20px;
  width: 100%;
}

/* Hide desktop-only elements on mobile */
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* Main Sections */
.section {
  padding: 0px 0px;
}

/* Hero Banner */

#home {    background-image: url("images/hero.jpg");background-attachment: fixed;
    background-size: cover;
    background-position: left;}
.hero-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
	padding: 200px 50px;
}

.hero-content {
  flex: 1;
  min-width: 300px;
max-width: 650px;
}

.hero-image {
  flex: 1;
  min-width: 300px;
  background: #e0e0e0;
  padding: 20px;
  text-align: center;
}

.rectimage {background-size: cover;
    background-position: center;    width: 100%;
    height: 200px;     border-top-left-radius: 8px;
    border-top-right-radius: 8px;}
.rectimage.shield {background-image: url(images/shield.jpg);}
.rectimage.checkout {background-image: url(images/checkout.jpg);}
.rectimage.globe {background-image: url(images/globe5.jpg);}
.rectimage.fastcard {background-image: url(images/fast-card.jpg);}
.rectimage.fortress {background-image: url(images/digital-fortress.jpg);}
.rectimage.cart {background-image: url(images/cart.jpg)}
.rectimage.aieye {background-image: url(images/ai-eye.jpg)}



.rectimage-how {background-size: cover;
    background-position: center;
    width: 25vw;
    height: 185px;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
}

.rectimage-how.coding {background-image: url(images/coding.jpg)}
.rectimage-how.cards {background-image: url(images/cards.jpg)}
.rectimage-how.scaling {background-image: url(images/scaling.jpg)}



.benefit-inner {background: #000000e3;
    padding: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;}

.feature-inner {
    padding: 20px;
}

.solution {    background: #f5f5f5;}


.solutions-icons  {max-width: 265px; margin: auto;}
.solutions-dark {background: #08020e;}


.subscription {    background: #f5f5f5;}


/* CTA Button */
.cta-button {
display: inline-block;
    background: #0076e6;
    color: #fff;
    padding: 17px 27px;
    font-size: 17px;
    margin-top: 31px;
    border-radius: 29px;
    transition: background 0.3s;
    font-family: "fieldwork-hum", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
	    border: none;
	    text-align: center;
}

.cta-button:hover {
  background: #0056b3;border-radius: 0px; transition: 0.2s;
}

.cta-button.light {background:white; color:#336ce2}
.cta-button.light:hover {color:black;}

.contact-block {margin: 14px 0;
    line-height: 1.8;}

/* Layout for Benefits, Steps, and Features */
.benefits, .steps, .solutions-overview, .trusted-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
      gap: 20px;
    justify-content: space-evenly;
	    padding: 50px 30px 100px;
}

.benefit, .step, .feature, .solution, .developer-feature, .about-feature {
  padding: 20px;
  flex: 1 1 calc(33.333% - 20px);
  border-radius: 4px;
}

.benefit-image, .step-image, .solution-image, .feature-image, .developer-feature-image, .about-feature-image, .direct-contact-image, .solutions-image {
  background: #ddd;
  margin-top: 10px;
  padding: 20px;
  text-align: center;
}

.about-feature {padding: 50px 50px 120px;}

.feature-image {background-size: cover; height: 220px;}

.benefit {padding: 0px; max-width: 415px;}

.lightblue {color:#44a8ff;}

#solutions {    border-left: 25px solid #0168c2;}

.vt {background-image: url(images/vt.jpg); background-size: contain;
    background-repeat: no-repeat;
    background-position: right;}

.trusted, .cta-solutions {background:#1f4dad; background: radial-gradient(circle, rgb(45 90 182) 0%, rgb(44 78 149) 100%); text-align: center;     padding: 150px 50px;}
.cta-solutions {background: #0168c2;}
.trusted h2, .cta-solutions h2 {font-family: "fieldwork-hum", sans-serif;
font-weight: 600;
font-style: normal; text-transform: uppercase; color:white;     font-size: 48px;}

.how-it-works h2 {text-align: center; font-size:65px;     padding: 100px 20px 20px;}
.how-it-works {    background: #f5f5f5;}

.placeholder {    background: #cecece;
    min-height: 144px;
    padding: 20px;
    text-align: center;
    margin: 20px;
	max-width: 300px;
	    max-height: 300px;
}


ul.list {    list-style-position: inside;
    padding-left: 20px; padding-top:15px;     margin-left: 14px;}

li.list {margin-bottom:10px;     text-indent: -20px;}
ul.bigger {    font-size: 18px;}

.solutions-overview {display: block; padding: 175px 50px; background: #e5e5e5;}
.solution, .developer-feature {    padding: 120px 50px;}
.contrast {    background: aliceblue;}
.iconleft {display: flex;
    align-items: center;
    padding: 0 10px 0 0;
    margin: 16px 10px;
    background: #ebebeb;
    border-radius: 8px;}
.smallicon {  max-width: 92px; margin-right: 20px;}

.vision {display: block; padding: 150px 50px 125px; background-image: url(images/conventionfloorlihtblue.jpg);     background-size: cover;
    background-position: center;
}
.vision-container {    width: 45%;
    margin-left: 55%;}
.blackcopy {color:black;}

.bold {font-family: "fieldwork-hum", sans-serif;
font-weight: 600;
font-style: normal; text-transform: uppercase;    display: contents;}

.solution {padding: 175px 75px 100px; border-radius: 0;}
#contact {padding: 200px 100px;}


.two-grid, .solution {display: grid;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;}

.steps {display: block;}
.step, .three-grid {display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center; margin: 40px 20px;
    padding: 0;}

.step {    background: linear-gradient(180deg, #ffffff00, #ffffff);
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;}

.solutions-overview-content {    min-width: 300px;
    max-width: 650px;}

.solutions-overview {background-image: url(images/dashboard.jpg);background-size: cover;
    background-position: 75%;}

.standout {    text-align: center;
    font-size: 48px;
    padding: 150px 20px 80px;}

.standout-two {line-height: 1.4;    text-align: center;
    font-size: 48px;
    padding: 130px 20px}

.five-three {grid-template-columns: 5fr 3fr;}
.three-five {grid-template-columns: 3fr 5fr;}
.fiveside {padding:10px}
.one-one {grid-template-columns: 1fr 1fr;}
.who-we-are {    padding: 50px;}

#developers {background-image: url(images/codebg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;}

#why-reliable {    padding-bottom: 30px;}

.api-dark {    background-color: #0d0d22b0;
    border-top: 1px solid #ab87ad8c;
    border-bottom: 1px solid black;}

.dev-container {max-width:580px;}

.sixtyfive {font-size: 65px;}

.lt {color: #e9e9e9;}

.black {background: black;}

.bignumbers {font-family: "fieldwork-hum", sans-serif;
font-weight: 700;    text-align: right;
    font-size: 154px;
    padding: 19px 32px;
    color: #181818;
    margin-top: -20px; line-height: 1;}

    /* --- Carousel Container --- */
    .carousel {
      position: relative;
    max-width: 100%;
    margin: 40px auto;
    overflow: hidden;
		padding: 0 45px;}
    /* --- Track Container and Track --- */
    .carousel-track-container {
      overflow: hidden;
    }
    .carousel-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
      gap: 20px; /* Using gap for spacing */
    }
    /* --- Individual Cards --- */
    .carousel-card {
      /* We'll set the exact width in JS */
      flex: 0 0 auto;
      box-sizing: border-box;

    }
    /* --- Navigation Buttons --- */
    .carousel-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.5);
      border: none;
      color: white;
      padding: 10px;
      cursor: pointer;
      z-index: 10;
      font-size: 1.5em;
    }
    .carousel-button.left {
      left: 10px;
    }
    .carousel-button.right {
      right: 10px;
    }

/* Contact Form Styles */
.contact-form-container form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form-container label {
  font-weight: bold;
}

.contact-form-container input,
.contact-form-container select,
.contact-form-container textarea {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Footer */
footer {
  background: black;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.footer-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}

.footer-nav ul li a {
color: #fff;
    padding: 5px 10px;
    transition: background 0.3s;
    font-size: 13px;
    margin: 0 5px;
}

.footer-nav ul li a:hover {
  background: #0076e6;
  border-radius: 4px;
}

.copyright {    font-size: 13px; color:#878d94}

#reliablelogo {width: 138px;     margin-top: 5px;}

.contact {font-size:58px;}

#signin, #thankyou {min-height: calc(100vh - 181px); display: grid; place-content: center; background-image: url(images/signin.jpg);     background-size: cover;}
.signin-container {    max-width: 440px;
    background: #ffffffed;
    padding: 25px;
    margin: 15px;
    border-radius: 6px;
    box-shadow: 2px 4px 5px #00000082;}
.thankyou-container {    max-width: 440px;
    background: #ffffffed;
    padding: 36px 32px;
    margin: 15px;
    border-radius: 6px;
    box-shadow: 2px 4px 5px #00000082; text-align: center;}
.cta-button.signin {padding: 8px 25px; margin-top: 16px;}
#signin h2 {     color: #234e8e;   margin-bottom: 16px;}

main.legal {background:#ebedf0; padding: 50px;}
.legal h2 {font-size: 23px; margin: 27px 0 8px;}
.legal h3 {font-size: 17px; margin: 24px 0 7px;}
.legal h1 {font-size: 32px;}

.legal hr {margin:21px 0;}
.legal-container {max-width: 768px;; margin: auto;}
.legal li {margin: 13px 23px;}

a {    color: #1863de;}
a:hover {text-decoration: underline;}

.menu a {color:#2e2e2e;}
.menu a:hover, .list a:hover, a.mobile-link:hover {text-decoration: none;}
.contact-form-container form {padding: 0 25px;}

#mobile-menu {    background: #242424;}
.mobile-menu {padding:0}
#close-menu {color:white;     padding: 10px 25px;}
.mobile-menu ul li a {font-family: 'fieldwork-hum';
    color: #e2e2e2;
    font-size: 18px; border-bottom:none;     padding: 10px 25px;}
.mobile-menu ul li a:hover {background: #016dcc; color:white; transition: 0.2s;}


input[type="text"], input[type="password"], input[type="email"], .contact-form-container select, .contact-form-container textarea {width: 100%;
    padding: 14px;
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
    border-radius: 7px;
    margin: 3px 0 10px;
}

.error-message {
  display: none;
  color: red;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.95em;
	text-align: center;
}

.contact-form-container label {
	margin-bottom: -10px;}

button.sign-in {display:none;}

.desktop-only {opacity: 0;
    pointer-events: none;}



/* Media Queries */
@media (max-width: 1024px) {
	.about-feature {display:block;}
	
	
}
	
	
/* Media Queries */
@media (max-width: 768px) {
	.legal-container {max-width: 100%;}
	main.legal {    padding: 50px 25px;}
 .desktop-only {
    display: none; /* Hide desktop elements on small screens */
  }
  
  .mobile-only,
  .hamburger {
    display: block; /* Show mobile elements on small screens */
  }
  
  /* If you want the hamburger to be a flex container for the 3 bars: */
  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
	
	.desktop-nav ul {display:none;}
		
  .hero-banner {
    flex-direction: column;
  }
  .benefit, .step, .feature, .solution, .developer-feature, .about-feature {
    flex: 1 1 100%;
  }
	.step {display:block;}
	.bignumbers {text-align:left; padding: 10px 0 7px;}
	.rectimage-how {width:100%; border-bottom-left-radius:16px; border-top-left-radius:16px; margin-top: 18px;}
	.solutions-overview {background-position: 47%; padding:75px 25px;}
	.solutions-icons {padding: 34px 0;}
	.solution {display: block; padding: 75px 25px; border-bottom: 1px solid #4c4c4c;}
	#solutions {border-left: none;}
	.vt {background-position: bottom; padding-bottom: 46vw;}
	.trusted, .cta-solutions {padding: 103px 26px;}
	.standout {padding: 80px 20px 0px; font-size: 36px;}
	.standout-two {padding: 60px 20px;}
	.standout-two, .trusted h2, .cta-solutions h2  {font-size: 36px;}
	h3 {    font-size: 24px;}
	h1 {font-size:40px;}
	.developer-feature {background:black;}
	.developer-feature.api-dark {background: #000000a6;}
	.two-grid {display: block;}
	.about-feature {padding: 0px 25px 50px;}
	.who-we-are {padding: 0 0 50px;}
	.iconleft {margin: 28px 0px; font-size: 14px; line-height: 1.2;}
	.vision-container {width: auto; margin-left: inherit; padding: 100px 0 50px;}
	#contact {    padding: 70px 30px;}
	.contact {font-size:40px;}
	.footer-nav ul {display: block;        line-height: 15px;
        margin-bottom: 23px;}

}
