/* general styles */
/* colors #CE1E2D red; var(--gray) gray */
:root {
    --button-color:#E73C3E;
    --red: #E73C3E;
    --dark-red: #C8102E;
    --button-hover-color:#C8102E;
    --gray: #9a9a9a;
    --div-gray-bckgrd: #f6f6f6;
    --dark-gray: #5a5a5a;
    --teal: #00a3ad;
    --purple-blue: #4D49BE;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 1400px;
    margin: auto;
}
body {
    font-family: lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    overflow: auto;
    height: 100%;
  }


.intro {
/*background: url(https://s3.amazonaws.com/bn-missionctrl/missionCtrl/Mission-Control-Landing-Page/MCEPS-homepage_AUG2025/img/Hero/services_banner2.png); */
background-size: cover;
    margin-top: 2rem;
    padding: 7rem 0rem 2rem;
    background-position: top;
    background-color: #00a3ad;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.intro h1 {
    color: #fff;
    padding-bottom: 0;
    line-height: 1;
    font-size: 4rem;
    margin-top: 0;
}
.intro h1 span {
    font-size: 8rem;
    margin-left: 6px;
}
.intro div {
    width: 70%;
    max-width: 1400px;
}
.intro h5 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 200;
    max-width: 100%;
}

html {
    overflow: hidden;
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6, 
a {
    font-family: Lato, sans-serif;
    color: var(--gray);
}
p, li {
    font-weight: 100;
    color: var(--dark-gray);
    line-height: 1.4;
    font-size: 14px;
}
a {
    text-decoration: none;
}
ul {
    padding-left: 1rem;
}
button:focus {
    outline: none;
}
h1 {
    font-size: 5rem;
    color: #97999B;
}
h5 {
    font-size: 20px !important;
}
h2 {
    font-size: 3rem;
}
.red-block-button {
    background-color: var(--red);
    padding: 1rem 3rem;
    color: #fff;
    display: block;
    margin: 1.5rem 0;
    border: none;
}
.red-button {
    background-color: var(--red);
    padding: 12px 27px;
    color: #fff;
    margin-bottom: 1.5rem;
    border: none;
    font-size: 14px;
}
.white-button {
    background-color: #fff;
    padding: 12px 27px;
    color: var(--red);
    margin-bottom: 1.5rem;
    border: none;
    font-size: 14px;
}
a.red-button, a.red-block-button, a.white-button {
    text-transform: uppercase;
    text-align: center;
}
.grow {
    transition: all .2s ease-in-out; 
}
.in-front {
    z-index: 3;
}
.grow:hover {
    background-color: var(--button-hover-color);
    transform: scale(1.1);
}
a.grow:hover {
    background-color: var(--button-hover-color);
    transform: scale(1.1);
}
.gray-background {
    background-color: var(--div-gray-bckgrd);
    /* padding: 3rem; */
}
.gray-line-above {
    border-top: solid 1px #f1f1f1;
}
/* navigation styles */
nav {
    position: fixed;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 25%);
    top: 0px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 4;
    width: 100%;
    background-color: #fff;
}
nav .nav-container {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 0 32px;
}
nav img {
    width: 180px;
    padding: 1rem 0;
}
#search-icon {
    height: 15px;
    width: 15px;
    margin: auto;
    padding: 0px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #97999B;
    font-size: .8rem;
    font-family: Lato, Arial, Helvetica, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
    color: var(--gray);
}
:-ms-input-placeholder { /* IE 10+ */
    color: var(--gray);
}
:-moz-placeholder { /* Firefox 18- */
    color: var(--gray);
}
input#search-input:focus {
    outline: none;
    background-color: #ffffff !important;
}
*:focus {
    outline: none;
}
nav .flex {
    justify-content: space-around;
    align-items: center;
}
nav a {
    color: var(--gray);
    font-size: 1rem;
    font-weight: 400;
    font-family: lato, sans-serif;
    font-weight: 400;
    font-style: normal;
}
input {
    border: none;
}
#searchInput {
    border-bottom: 1px solid #efefef;
}
.hamburger-nav {
    display: none;
  }
/*---------- navigation dropdown menu -------------*/
.nav-menu-dropdown {
    display:none;
    background-color: #ffffff;
    position: absolute;
    top: 50px;
    left: -30px;
    width: auto;
    padding: 2rem;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 25%);
}
.contact-nav-menu-dropdown {
    display:none;
    background-color: #ffffff;
    position: absolute;
    top: 50px;
    left: -30px;
    width: auto;
    padding: 2rem;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 25%);
}
.contact-nav-menu-dropdown.add-serv {
    left: 0;
}
.nav-menu-dropdown.add-serv {
    left: 0;
}

.dropdown {
    position: relative;
}
.dropdown:hover {
    cursor: pointer;
}
.contact-dropdown {
    position: relative;
}
.contact-dropdown:hover {
    cursor: pointer;
}
.nav-menu-item {
    margin-left: 1.25rem;
}
.nav-menu-item:hover {
    cursor: pointer;
    color: var(--red);
}
.contact-nav-menu-item {
    margin-right: 1.25rem;
}
.contact-nav-menu-item:hover {
    cursor: pointer;
    color: var(--red);
}
.active {
    color: var(--red);
}
.show {
    display: block !important;
}
.dropdown-item {
    padding: .25rem 0px;
    font-weight: 400;
    white-space: nowrap;
    color:#000;
}
.dropdown-item:hover {
    background-color: lightgray;
}
.sub-item {
    font-weight: 100;
    font-size: .9rem;
    line-height: 32px;
    display: block;
}
.contact-dropdown-item {
    padding: .25rem 0px;
    font-weight: 400;
    white-space: nowrap;
    color:#000;
}
.contact-dropdown-item:hover {
    background-color: lightgray;
}
/*.contact-sub-item {
    font-weight: 100;
    font-size: .9rem;
    line-height: 32px;
    display: block;
}*/
.nav-menu-item > .down-arrow {
    width: 11px;
    padding: 3px 0 3px 6px;
}
.contact-nav-menu-item > .down-arrow {
    width: 11px;
    padding: 3px 0 3px 6px;
}
/* ---------header and intro styles ---------------*/
header {
    background-image: url(../img/art/rocket-with-bckgrd.svg);
    background-size: cover;
    /*
    margin-top: -5rem;
    padding: 5rem;
    text-align: center;
    padding-bottom: 2rem;
    background-position: top;
*/
}
header div {
    max-width: 1200px;
    text-align: left;
    margin: auto;
    padding: 4rem 0 1rem 1em;
}
header h2 {
    color: var(--red);
    text-align: left;
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 2rem;
    margin-bottom: 0;
}
header h1 {
    font-size: 8rem;
    line-height: 115px;
    color: var(--red);
    text-align: left;
    margin-top: 20px;
}
#intro-paragraph {
    padding: 1rem 5rem;
}
#intro-paragraph h1 {
    font-size: 3.5rem;
    line-height: 1;
}
/* ------- BOXIT DEMO ------------- */
#boxit-demo {
    display: flex;
    justify-content: center;
/*    margin-top: -20px;  */
    align-items: center;
    /* margin-bottom: 4rem; */
}
img#laptop {
    width: 55%;
    z-index: 2;
    margin-top: 3rem;
    max-width: 820px;
}
.boxit-right-container {
    margin-left: -80px;
/*    margin-top: -10%;	*/
    z-index: 1;
}
.boxit-upper {
    background-color: #F6F6F6;
    padding: 1.5rem 13rem 2rem 6rem;
    border-bottom: 1px solid white;
}
.boxit-upper h3 {
    font-size: 1.7rem;
    margin: 12px 0 30px 0;
    line-height: 1.3;
}
.boxit-upper hr {
    border: 0;
    height: 0;
    width: 100px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid var(--red);
}
a.is-underlined {
    color:var(--red);
}
#boxit-demo .is-underlined {
    font-size: 1.3rem;
}
.is-underlined {
    background-color: transparent;
    position: relative;
    font-size: .7rem;
}
.is-underlined:after {
    content: "";
    height: 2px;
    background-color: currentColor;
    transition: all .3s;
    position: absolute;
    bottom: -4px;
    left: 15%;
    width: 75%;
}
.boxit-bottom-2 {
    background-color: var(--gray)
}
.boxit-bottom-1, .boxit-bottom-2 {
    display: flex;
    padding: 1rem 2rem 1rem 3rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3px;
}
.boxit-bottom-1 {
    background-color: #2680b2;
    margin-bottom: 3px;
}
.boxit-bottom-2 p, .boxit-bottom-1 p {
    color: white;
}
.boxit-bottom-2 p, .boxit-bottom-1 p {
    font-size: 1rem;
    margin: 2px;
}
.arrow {
    width: 25px;
    
}
/* -------- CLIENT FACING SECT --------- */
.gray-background.flex {
    justify-content: center;
}
.client-left {
    max-width: 65%;
}
.client-left p {
        font-size: 1.1rem;
    max-width: 70%;
}
.client-left h2 {
    line-height: 1.1;
}
.red-block-button > h2 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    text-align: center;
}
.gray-background .client-left {
    padding: 3rem 1rem 7rem 1rem;
}
.gray-background .red-button,
.red-button.visible-on-mobile {
    text-align: center;
}
/* ------- Templates and Presentations ----------- */
section.flex {
    /* padding: 5rem; */
    padding-bottom: 2rem;
    padding-top: 2rem
}
.presentations .left {
    padding-right: 1rem;
}
.left {
    max-width: 45%;
    padding-right: 10rem;
}
.presentations .right {
    padding-right: 1rem;
}

.right {
    max-width: 45%;
    padding-left: 10rem;
}
.left h2 {
    color: var(--red);
    font-size: 3.75rem;
    line-height: 1;
    /* margin: 10px 0; */
}
.right h2 {
    color: var(--red);
    font-size: 3.75rem;
    line-height: 1;
    margin: 10px 0;
}

.description p, .requirements p {
        font-size: 1.1rem;
    line-height: 14px;

}
p.note {
    font-size: 13px !important;
    padding-top: 1rem;
    line-height: 1.4;
    max-width: 85%;
}
.requirements {
    font-size: .9rem !important;
    margin-top: 2rem;
    /* width: 50%; */
}
.requirements span {
    font-weight: 400;
}
.menu {
    position: relative;
}
.right h5 {
    color: gray;
    margin-bottom: 8px;
    font-weight: 400;
}
a.is-underlined {
    margin: 0 1rem;
    text-transform: uppercase;
}
/* -----Tile Sections Test -----*/
.service {
    z-index: 1;
    padding-top: 0px;
    margin-top: -100px;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
        margin: 0 auto;
}
.page-section {
    padding-top: 100px;
    padding-bottom: 90px;
}
.service .gutters-40.row {
    margin-right: -20px;
    margin-left: -20px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.service .gutters-40 > [class^="col-"], .service .gutters-40 > [class^="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}
.col-md-4 {
    z-index: 3 !important;
}
    .col-md-4 {
        width: 23.33333333%;
}
.service .thumbnail {
    border: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(168, 157, 157, 0.31);
    box-shadow: 0px 0px 5px 0px rgba(168, 157, 157, 0.31);
    padding: 35px 20px 0px 20px;
    margin-bottom: 60px;
    min-height: 100%;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail>img {
    max-width: 400px;
    width: 100%;
margin-right: auto;
    margin-left: auto;
display: block;
    height: auto;
vertical-align: middle;
}
.service__title
Specificity: (0,1,0)
 {
    font-size: 22px;
    font-weight: bold;
    color: #4f4f4f;
    margin-top: 35px;
    margin-bottom: 15px;
}
.service__paragraph {
    font-size: 15px;
    color: #8a8a8a;
}
/* -----------  PRODUCT ADDS --------- */   
.visible-on-mobile {
    display: none;
}
#product-adds {
    padding: 3rem;
}
.product-illustration {
    max-width: 80%;
    margin-right: 1rem;
    padding: 1rem;
    margin-bottom: 3rem;
}
#product-adds.flex {
    align-items: flex-start;
}
.right p {
    font-size: .9rem;
}
#product-adds .right {
    width: 40%;
    max-width: 570px;
}
#product-adds .right h2 {
    font-size: 2.8rem;
    color:var(--red);
    margin-bottom: 0;
}
#product-adds .left {
    display: initial;
    flex-direction: initial;
    justify-content: initial;
    text-align: center;
}
.right .menu, .left .menu {
    padding: 1rem 0;
}
.menu {
    position: relative;
}
.menu p {
    margin: 8px 1rem;
    padding: 0;
}
.menu ul {
    text-align: left;
}
.menu li, 
.menu a, 
.menu .requirements p, 
.menu .requirements span,
.requirements li a {
}
li a {
    font-weight: 400;
    color: white;
}
.requirements {
    position: relative;
    padding-left: 0;
    width: auto;
}
.requirements p {
    color: var(--dark-gray);
    line-height: 1.3;
}
.menu .price {
    font-size: 1.6rem !important;
    margin-top: 2rem;
    color: #ffffff;
}
#product-adds .inside-tile, #fast-products .inside-tile {
    background-color: var(--red);
    padding: 2rem !important;
    margin-top: 1rem;
}
#product-adds .note {
    text-align: left;
    margin: 2rem auto;
    padding: 2rem;
    margin-bottom: 2rem;
}
p.note {
    width: 60%;
    text-align: center !important;
    font-size: medium !important;
}
.portal-active span {
    color: var(--red) !important;
}
.menu-title span {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--gray)
}
.menu-title img {
    padding: 2px 11px;
    width: 12px;
}
.menu-title {
    padding-left: 2rem;
    cursor: pointer;
}
.menu-title:hover span, .portal-arrow:hover {
    color: var(--red);
    fill: var(--red);
}
.portal-arrow {
    max-width: 12px;
    margin-right: 3px;
    fill: var(--gray);
    margin-bottom: 2px;
}
.portal-active .portal-arrow {
    fill: var(--red);
}
.portal-inactive.portal-arrow {
    fill: #fff;
}
.details {
    display: none;
    position: absolute;
}
.open-details {
    display: block !important;
}
/* -------- MC 1:1 SECT ----------- */
#mc-one-on-one {
    margin-top: -100px;
    z-index: 2;
}
#spaceship {
    width: 42%;
    max-width: 700px;
}
#mc-one-on-one h2 {
    color:var(--red);
    margin: 7rem 0 1rem;
}
#mc-one-on-one .accordion-title {
    color: var(--gray);
}
#mc-one-on-one > div {
    margin-left: -170px;
}
.accordion-title img {
    padding: 2px 11px;
    width: 12px;
}
#mc-one-on-one .menu {
    padding-left: 0; 
}
#mc-one-on-one .menu h2 {
    font-size: 1.2rem;
    color:var(--gray);
}
.accordion-title {
    display: block;
    line-height: 2.5;
    font-size: 1.1rem;
    padding: 2px 11px;
    font-weight: 100;
    background-color: transparent;
}
.accordion-title:hover {
    cursor: pointer;
}
#mc-one-on-one .right {
    position: relative;
}
.hidden {
    display: none;
}

/* -----PORTAL SECT ---------- */
#portal {
    position: relative;
}
.portal .accordion-title {
    color: var(--gray);
    border-top: solid 1px #f1f1f1;
    padding-right: 9rem;
}
.portal {
    align-items: flex-start;
    position: relative;
}
.portal-inner {
    padding: 0rem;
    padding-bottom: 5rem;
}
.portal-header {
    padding: 2rem 3rem 0 3rem;
    z-index: 2;
}
.portal-header h2 {
    color: var(--gray);
    line-height: 1;
    margin-bottom: 1rem;
    margin-top: 10px;
}
.portal-header h2 span {
    font-size: 10rem;
    margin-left: -8px;
    color: var(--red)
}
.portal-header a.red-button {
    padding: 10px 2rem;
    font-size: 1rem;
}
.portal .menu {
    z-index: 2;
    position: relative;
}
#portal-build .price, 
#product-add .price,
#fast-products .price {
    text-align: center;
}
.menu p {
    font-weight: 400;
    color: var(--red);
    font-size: 1rem;
    line-height: 1.3;
    /*margin: 2rem 0 0;*/
    padding: 8px 17px;
    font-size: .9rem;
}
#portal .menu h3 {
    background-color: #f1f1f1;
    margin: 2rem 0 0;
    padding: 8px 17px;
}

/* --------- MISC SECT --------- */
.misc-section {
    text-align: center;
    background: url(../img/art/cat-bckgrd-misc-01.svg);
    background-position: right;
    background-size: cover;
    padding: 8rem 2rem;
    display: flex;
    justify-content: center;
}
.misc-section h2 {
    padding-right: 5rem;
    font-size: 4.5rem;
    color: var(--red);
    text-align: left;
    line-height: 1;
}
.misc-section img {
    max-width: 25px;
    margin-bottom: -7px;
}
.misc-section .red-block-button {
    margin: 0;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
}
.misc-section .red-block-button span {
    margin-right: 1rem;
}
.misc-menu {
    width: 26%;
}
.red-button-menu-item {
    width: 100%;
    position: relative;
    margin: 1rem;
}
.red-button-menu-item:hover {
    cursor: pointer;
}
.misc-menu .details {
    padding: 0;
}
.misc-menu .details p {
    font-size: 15px;
}
.misc-menu .details a {
    font-size: 15px;
    text-decoration: underline;
}
/* -------- Custom Design ------------- */
.custom-design-section {
    background-color: var(--teal);
    background: url(../img/art/Custom-Design-background-01.png);
    background-size: contain;
}
.custom-design-section .flex {
    justify-content: space-evenly;
    padding: 0 4rem;
    align-items: flex-start;
    max-width: 1400px;
    margin: auto;
}
.custom-design-section .red-button {
    display: inline;
    border: 1px solid white;
}
.custom-design-button {
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: space-between;
    padding: 2px 36px;
    z-index: 1;
}
.custom-design-dropdown {
    position: relative;
    background-color: #ffffff;
    align-self: stretch;
    z-index: 2;
    margin-bottom: 1rem;
    border-radius: 8px;
}
.red-down-arrow {
    width: 20px;
}
#skewed-rectangle {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 391px;
    right: 0;
    border-bottom: 860px solid rgba(0, 0, 0, 0.04);
    border-left: 70px solid transparent;
    border-right: 584px solid transparent;
    width: 23%;
    margin: auto;
    max-width: 470px;
    z-index: -1;
}
.custom-design-header {
    z-index: 2;
}
@media only screen and (max-width: 1500px) {
    #skewed-rectangle {
        width: 26%;
    }
}
@media only screen and (min-width: 1700px) {
    #skewed-rectangle {
        width: 21%;
    }
}
@media only screen and (min-width: 2000px) {
    #skewed-rectangle {
        width: 18%;
    }
}
.custom-design-header h2 {
    line-height: 1.1;
    color: white;
    margin-top: 0;
    margin-bottom: 3rem;
}
.custom-design-header h2 span {
    font-size: 5rem;
}
.custom-design-header {
    text-align: center;
    padding: 1rem 0;
    margin-top: 3%;
}


.custom-design-section .accordion-title span {
    color: var(--gray);
}

.custom-design-section .accordion-title {
    padding-right: 3rem;
}
.custom-design-title {
    color: var(--red);
}
/* modal under custom designs */
#training-modal.modal img,
#landingpage-modal.modal img {
    max-width: 55%;
}
/* -------------- CREATIVE REPOSITORY ---------- */
.creative-repository-section {
    background: url(https://s3.amazonaws.com/bn-missionctrl/missionCtrl/Mission-Control-Landing-Page/MCEPS-homepage/img/art/creative-repository-background.png);
    background-size: contain;
}
.cr-header {
    text-align: center;
    padding: 2rem 0;
}
.creative-repository-section h2 {
    line-height: 1.1;
    color: white;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 4rem;
}
.creative-repository-section .white-button {
    display: inline;
    border: 1px solid var(--red);
}
.creative-repository-section p {
    text-align: center;
    margin-bottom: 3rem;
    color: #fff;
}
/* -------------- GROUPBUY BUILDS -------------- */
#groupbuy-section {
    background-color: var(--purple-blue);
}
.gb-contents .left, 
.gb-contents .right {
    background-color: #fff;
    border-radius: 10px;
    margin: 5px;
    border: solid 4px #eeeeee;
    width: 30%;
}
.gb-header {
    text-align: center;
    padding: 2rem;
    /*max-width: 630px;*/
    margin: auto;
}
.gb-header h2 {
    color:#fff;
    font-size: 4rem;
    margin: 0;
}
.gb-header p {
    text-align: left;
    color: #fff;
    margin-bottom: 3rem;
}
.gb-header .red-button {
    border: 1px solid white;
    padding: 12px 47px;
}
.gb-contents {
    justify-content: center;
    margin-top: -20rem;
    align-items: stretch;
    max-width: 1400px;
    margin: -20rem auto 0;
}
.gb-contents h3, 
.gb-contents h2 {
    text-align: center;
}
.gb-contents h3 {
    font-size: 1.5rem;
    margin-top: 0;
    color:var(--red);
    margin: 0 auto;
}
.gb-contents h2 {
    color: var(--gray);
    font-size: 2rem;
    line-height: .8;
    margin-top: 3rem;
}
.gb-contents h2 span {
    font-size: 1rem;
    font-weight: 100;
}
hr {
    width: 24%;
    border-bottom: 2px solid var(--red);
    border-top: 0;
    margin: 0 auto;
}
.gb-contents li {
    margin-bottom: 10px;
    line-height: 1.5;
}
.inside {
    padding: 2rem !important;
    max-width: 400px;
}
.gb-contents .is-underlined {
    font-size: .7rem;
}
.gb-request {
    text-align: center;
    max-width: 800px;
    margin: -20px auto;
}
.gb-request .red-button {
    display: inline;
    padding: 1rem 3rem;
    font-size: 1.2rem;
}
.gb-request p {
    text-align: left;
    margin-top: 2rem;
}
.gb-contents .requirements p {
    color: var(--gray);
    line-height: 1.2;
}
.gb-contents .requirements {
    width: auto;
    padding-left: 0;
}
/* ---------- footer ------------ */
footer .container {
    padding: 42px 32px;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
footer .left, 
footer .right {
    max-width: unset;
    width: unset;
    padding: unset;
    justify-content: unset;
    display: block;
    margin: 0 0 1rem;
}
footer .right {
    max-width: unset;
}
footer .right .red-block-button {
        display: flex;
        padding: 10px 26px;
        justify-content: center;
}
footer .right h3 {
    font-size: 1rem;
    font-weight: 100;
}
.logo {
    margin: auto; 
    text-align: left; 
}
footer .logo img {
    padding-bottom: 1rem;
    max-width: 220px;
}
.social-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.social-button {
    width:200%;
    margin: 3px;
}
.social-buttons a {
    display: block;
    width: 25px;
}
.footer-nav {
    text-align: right;
}
.footer-nav li {
    list-style: none;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 0;
}
.footer-nav ul {
    padding-left: 0;
    margin-top: 0;
}
.footer-nav h5 {
    margin: 0;
}
.footer-nav li a {
    margin-right: 0;
    color: var(--gray);
    font-weight: 100;
}
/* ------ modal ----------- */
.modal {
    max-width: 85% !important;
    top: 10%;
}
.modal-img-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}
.blocker {
    z-index: 3 !important;
}
.modal img {
    max-width: 40%;
    margin-bottom: 1rem;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
}

/* ================= Desktop-only: ultra-tighten left/right spacing ================= */
@media (min-width: 992px) {
  /* From 5rem ? 2.5rem (another 50% reduction) */
  .left {
    padding-right: 2.5rem !important;
  }
  .right,
  .client-right,
  .boxit-right-container {
    padding-left: 2.5rem !important;
  }
  .right,
  .client-right,
  .boxit-right-container {
    margin-left: 0 !important;
  }
}
/* ================================================================================ */

/* ===== Password Gate Styles ===== */
.pw-gate {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(10, 12, 20, 0.85);
  backdrop-filter: blur(3px);
  z-index: 99999;
}
.pw-card {
  width: min(92vw, 420px);
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  text-align: center;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.pw-card h2 { margin: 0 0 8px; color: #222; }
.pw-card p { margin: 0 0 18px; color: #444; }
#pw-form { display: grid; gap: 12px; }
#pw-input {
  border: 1px solid #d0d4dd;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 16px;
  outline: none;
}
#pw-input:focus {
  border-color: #5252a3;
  box-shadow: 0 0 0 4px rgba(82,82,163,0.15);
}
#pw-form button {
  border: 0;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 16px;
  cursor: pointer;
  background: #5252a3;
  color: #fff;
}
#pw-form button:hover { filter: brightness(0.92); }
.pw-error { margin: 2px 0 0; color: #c62828; font-size: 14px; }


/* ===== Boundless Branding for Password Gate ===== */
.pw-logo {
  max-width: 200px;
  margin-bottom: 1rem;
}
.pw-card h2 {
  color: #E73C3E; /* Boundless Red */
  font-weight: 700;
}
#pw-form button {
  background: #5252a3; /* Purple-Blue */
  border: 2px solid #E73C3E;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#pw-form button:hover {
  background: #3f3f85;
  border-color: #c8102e;
}

