:root {
  --color-electric-blue: #0D99FF;   /* Primary brand color: main buttons, links, top bar, icons, active states */
  --color-neon-orange: #FF6F00;     /* High-attention accent: CTA hover states, sale badges, highlights, urgency text */
  --color-soft-white: #F8F9FA;      /* Main site background: page background, light sections, cards, input backgrounds */
  --color-deep-charcoal: #1A1A1D;   /* Primary text + dark sections: headings, body text, footer, hero background */
  --color-vibrant-cyan: #00FFF0;    /* Tech accent: hover effects, small highlights, borders, animated elements */
  --color-lime-green: #7FFF00;      /* Success color: check marks, positive stats, “live” badges, confirmations */
  --color-electric-purple: #B200FF; /* Creative accent: gradients, feature icons, secondary highlights, premium sections */
  --color-white: #fff;

  --font-primary: font-family: "Questrial", sans-serif;   /* Body text, paragraphs, buttons, forms, general UI */
  --font-heading: "Cal Sans", sans-serif; /* Headlines, section titles, pricing titles, major callouts font-family: "Cal Sans", sans-serif; */

  --radius: 6px;                    /* Buttons, cards, form fields, pricing boxes */
  --transition: 0.3s ease-in-out;   /* Hover effects, button animations, link transitions, cards */
}
* {
    padding: 0;
    margin: 0;
    font-size: 16px;
}
p {
    margin-bottom: 16px;
}
a {
    text-decoration: none;
}
.fullwidthcontainer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.flexcontainer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.flexchilditemsalignedcenter {
    align-items: center;
}
.flexchilditemsalignedstretch {
    align-items: stretch;
}
.flexchildcontentjustifiedcenter {
    justify-content: center;
}
.fctnc20 {
    flex: 0 0 20%;
}
.flexchild30percentwidth {
    flex: 0 0 30%;
}
.flexchild33and13rdpercentwidth {
    flex: 0 0 calc( 100% / 3 );
}
.fctnc40 {
    flex: 0 0 40%;
}
.flexchild50percentwidth {
    flex: 0 0 50%;
}
.fctnc60 {
    flex: 0 0 60%;
}
.flexchild70percentwidth {
    flex: 0 0 70%;
}
.topbar {
    background-color: #909090;
    padding: 5px 100px;
    color: var(--color-white);
}
.topbarleftcontent {
    text-align: left;
    font-size: 1rem;
}
.topbarrightcontent {
    text-align: right;
}
.topbarrightcontent ul {
    display: inline-block;
}
.topbarrightcontent ul li{
    display: inline;
    list-style-type: none;
    padding-left: 20px;
}
.topbarrightcontent ul li a{
    font-size: 1rem;
}
.headermenubar {
    position: relative;
    display: block;
    width: 100%;
    height:auto;
    padding: 15px 100px;
    background-color: #154c68;
}
.headermenubarlogo {
    font-weight: 900;
    text-align: left;
    font-family: "Boldonse", system-ui;
    color: #fff;
}
.headermenubarmenuitems {
    text-align: right;
    font-family: "Cal Sans", sans-serif;
}
.headermenubarmenuitems ul{
    display: inline-block;
}
.headermenubarmenuitems ul li{
    display: inline;
    list-style-type: none;
    padding-left: 30px;
    color: #fff;
}

.herosection {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #154c68;
    padding: 0 100px;
    
}
.herosectionbackgroundimage {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #154c68;
    padding-top: 150px;
}
.herosectionbackgroundimagestar {
    position: absolute;
    display: block;
    width: 50px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 50%;
}
.herosectionbackgroundimagecloudleft {
    position: absolute;
    display: block;
    width: 100px;
    height: 41px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 10%;
    left: 40%;
}
.herosectionbackgroundimagecloudright {
    position: absolute;
    display: block;
    width: 100px;
    height: 41px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 3%;
    left: 55%;
}
.herosectionleft {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.herosectionleftcontent {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    color: #fff;
    padding-right: 150px;
}
.herosectionleftcontent h1 {
    line-height: 100%;
    font-size: 3rem;
    font-family: "Cal Sans", sans-serif;
}
.herosectionleftcontent h3 {
    font-family: "Lexend", sans-serif;
}
.herosectionright {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 70px;
}
.herosectionrightcontent {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    color: #fff;
    padding-left: 150px;
}
input[type="text"] {
    width: 100%;
    outline: none;
    border: none;
    padding: 15px;
    margin-bottom: 10px
}
input[type="submit"] {
    width: 100%;
    outline: none;
    border: none;
    background: #FF8C42;
    padding: 15px;
    color: #fff;
}
label {
    padding: 0 15px;
}
.aboutsection {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 150px 100px;
}
.aboutsectionleft {
    position: relative;
    display: block;
    width: 100%;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.aboutsectionstats {
    padding: 100px 0;
}
.aboutsectionstatswebsiteslaunched {
    text-align: center;
}
.aboutsectionstatsclientretentionrate {
    text-align: center;
}
.aboutsectionstatsindustriesserved {
    text-align: center;
}
.pricingsection {
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px;
    background-color: #154c68;
}
.pricingsection49dollarwebsitecotable, .pricingsectiondoityourselftable, .pricingsectiontraditionaldevelopertable {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
}
.pricingsection49dollarwebsitecotablecontent {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 50px;
    box-shadow: 
  0 4px 10px rgba(0, 0, 0, 0.08),
  0 12px 30px rgba(0, 0, 0, 0.12);
}
.pricingsection49dollarwebsitecotablecontent ul {
  list-style: none;
  padding-left: 0;
}

.pricingsection49dollarwebsitecotablecontent ul li {
  position: relative;
  padding: 10px 0 10px 28px;
}

.pricingsection49dollarwebsitecotablecontent ul li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 10px;
  font-family: inherit;
  font-weight: 600;
  color: #22c55e;
}
.pricingsection49dollarwebsitecotablecontent h1, .pricingsectiondoityourselftablecontent h1, .pricingsectiontraditionaldevelopertablecontent h1, .pricingsectionhostingpackage h1 {
    font-weight: 900;
}
.pricingsectiondoityourselftablecontent {
    display: block;
    width: 100%;
    height: auto;
    background: #e5e7eb;
    padding: 50px;
}
.pricingsectiondoityourselftablecontent ul {
  list-style: none;
  padding-left: 0;
}

.pricingsectiondoityourselftablecontent ul li {
  position: relative;
  padding: 10px 0 10px 28px;
}
.pricingsectiondoityourselftablecontent ul li::before {
    content: "\2715";
    position: absolute;
    left: 0;
    top: 10px;
    font-family: inherit;
    font-weight: 600;
    color: #ef4444;
}
.pricingsectiontraditionaldevelopertablecontent {
    display: block;
    width: 100%;
    height: auto;
    background: #e5e7eb;
    padding: 50px;
}
.pricingsectiontraditionaldevelopertablecontent ul {
  list-style: none;
  padding-left: 0;
}

.pricingsectiontraditionaldevelopertablecontent ul li {
  position: relative;
  padding: 10px 0 10px 28px;
}
.pricingsectiontraditionaldevelopertablecontent ul li::before {
    content: "\2715";
    position: absolute;
    left: 0;
    top: 10px;
    font-family: inherit;
    font-weight: 600;
    color: #ef4444;
}
.pricingsectionhostingpackage {
    display: block;
    width: 100%;
    height: auto;
    padding: 50px;
    margin: 100px 0;
    background: #fff;
}
.pricingsectionhostingpackage ul {
  list-style: none;
  padding-left: 0;
}
.pricingsectionhostingpackage ul li {
  position: relative;
  padding: 10px 0 10px 28px;
}
.pricingsectionhostingpackage ul li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 10px;
    font-family: inherit;
    font-weight: 600;
    color: #22c55e;
}
.pricingsectionhostingandsecuritybillingoptions {
    display: block;
    width: 100%;
}
.pricingsectionhostingandsecuritybillingoptions span {
    margin:1px 1px 1px 0;
    padding: 5px;
    border: 1px solid #FF8C42;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}
hr {
  border: none;
  height: 1px;
  background-color: #154c68;
  margin: 30px 0;
}
#pricingsectionhostingandsecuritybillingoptions-99, #pricingsectionhostingandsecuritybillingoptions-269, #pricingsectionhostingandsecuritybillingoptions-474, #pricingsectionhostingandsecuritybillingoptions-828 {
    display: none;
}
.pricingsectionhostingpackageaddons {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 50px;
    border-left: 1px solid #154c68;
}
.pricingsectionhostingpackageaddons table {
    display: block;
    width: 100%;
    height: auto;
}
.pricingsectionhostingpackageaddons table tr {
    width: 100%;
    height: auto;
}
.pricingsectionhostingpackageaddons table tr td:first-child {
    width: 70%;
    height: auto;
    border-bottom: 1px solid #154c68;
}
.pricingsectionhostingpackageaddons table tr td:nth-child(2) {
    width: 30%;
    height: auto;
    border-bottom: 1px solid #154c68;
    padding-left: 10px;
    text-align: center;
}
.pricingsectionhostingpackageaddons h5 {
    font-weight: 800;
}
.qty {
  display: inline-flex;
  align-items: center;
}

.qty input {
  width: 60px;
  text-align: center;
  margin: 0 5px;
}

.qty button {
  width: 30px;
  height: 30px;
  cursor: pointer;
}