/* General Body and Typography */
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 18px;
    color: #dcdddf;
    background: #272727;
    font-weight: lighter;
    letter-spacing: 1.5px;
}

.logo {
    max-width: 300px;
}

h1, h2, h3, h4, h5 {
    font-size: 32px;
    margin: auto;
    padding: initial;
}

a {
    color: #FF9800;
    text-shadow: 0 0 1px #0d0d0d7a;
    text-decoration: underline;
}

 

/* Info Section */
#infoot {
    max-width: 1600px;
    margin: auto;
}

#infoot pre {
    font-family: Raleway, sans-serif;
}

/* Footer */
#footer {
    padding-top: 50px;
    color: #fff;
    z-index: 99;
    font-size: 14px;
    background: #2c2d2f;
}

#footer a {
    color: white;
}

/* Top Bar */
#topBar {
    width: 100%;
    background-color: #272727;
    z-index: 10001;
}

#banner {
    padding: 15px;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
}

div#topSocials {
    color: #d5d5d5;
    text-decoration: none;
    text-align: right;
    font-weight: lighter;
    text-shadow: 2px 2px 2px black;
}

div#topSocials a {color:yellow;
                 text-decoration:none;}

/* Three Footer Section */
#threeFooter {
    text-align: center;
    margin: auto;
}

#threeFooter div {
    width: 31%;
    overflow: hidden;
    padding-bottom: 17px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    z-index: 100;
    position: relative;
}

#threeFooter h3 {
    color: #ffffff;
    text-transform: capitalize;
}

#threeFooter div:first-child {
    margin-left: 0 !important;
    text-align: left;
    float: left;
}

#threeFooter div:last-child {
    margin-right: 0 !important;
    float: right;
    text-align: right;
}

#threeFooter ul {
    list-style: none;
    padding: 0;
}

#threeFooter li a {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #585d69;
    padding: 7px;
    font-size: 12px;
    padding-right: 20px;
    text-transform: lowercase;
}

/* Misc Layout */
.textBoxes {
    position: relative;
    margin: auto;
}

.readingBit {
    padding-top: 1px;
    display: flow-root;
    margin: auto;
    margin-top: -1px;
}

/* Flexbox Utility */
 
.setStyle > div {
    max-width: 1200px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex: 1;
    display: flex;
    box-sizing: unset;
    padding-bottom: 50px;
}

.setStyle > div > div {
    display: inline-block;
    text-align: left;
    padding: 26px;
    box-sizing: border-box;
    flex: 1;
}
 div#bread {
    background: #efefef;
    padding: 10px;
}
/*BLog Section */

main.news {
    margin: auto;
}

.news section {
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    content-visibility: auto;
    margin-bottom: 20px;
    background: #212121;
    color: #c5c5c5;
}

img.blogIcon {
    float: left;
    margin-right: 30px;
    max-width: 200px;
}

#galBoxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

#galBoxes div {
    flex: 1 1 calc(20% - 10px); /* Adjust to control how many items per row */
    max-width: calc(20% - 10px);
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

#galBoxes img {
    width: 100%;
    height: 180px; /* Adjust height as needed */
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 6px;
}

#galBoxes div:hover {
    transform: translateY(-5px);
}

#galBoxes div:hover img {
    transform: scale(1.1);
}

.setStyle.intro {
    background: #032651;
    padding: 90px;
    color: white;
}
 

.setStyle.section3 {
    font-size: 32px;
    background: #373540;
    color: white;
}

.setStyle.section3 > div {
    max-width: 1200px;
}

.setStyle.homeHero {
 background: transparent;
 position: relative;
 opacity: 1;
 height: 87vh;
 background-position-x: right;
 background-size:cover;
 text-shadow: 2px 2px 5px black;
}
.homeHero .delement > div:nth-child(1) {
    background: rgb(34 34 34);
    /* height: fit-content; */
    max-width: 700px;
}
.setStyle.homeHero > div {align-content:center;height: 100%;padding: 0;max-width: 100%;background: #0000001f;}
.setStyle.homeHero > div > div {font-size: 46px;color:white;font-weight:bold;height: 100%;align-items: center;align-content: center;}
.setStyle.homeHero > div .intro {font-size: 23px;font-weight:normal;}

.setStyle.homeHero h1 {
    font-size: 53px;
}

.osLogos {
    font-size: 60px;
    text-shadow: 2px 5px 5px black;
}

i.fab.fa-windows {
    text-shadow: 2px 2px 2px black;
    color: #03A9F4;
}

i.fab.fa-android {
    color: #8BC34A;
}

a.downloadButton {
    background: orange;
    border-radius: 38px;
    padding: 18px;
    font-size: 22px;
    text-decoration: none;
    color: white;
    text-shadow: 0px 0px 9px rgb(0 0 0 / 38%);
}
a.tryNow {
    white-space: nowrap;
    background: #ffb301;
    border-radius: 3px;
    padding: 18px;
    font-size: 20px;
    text-decoration: none;
    color: #000000;
    text-shadow: 0px 0px 2px rgb(0 0 0 / 38%);
}

.tryNow {
  background-color: #8cc63f; /* Your brand green */
  color: #000;
  font-weight: bold;
  padding: 15px 35px;
  border-radius: 30px;
  border: none;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 0 0 0 rgba(140, 198, 63, 0);
  cursor: pointer;
}

.tryNow:hover {
  background-color: #9bd34f;  /* Slightly brighter green */
  transform: translateY(-2px); /* Lifts it off the "table" */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4), 
              0 0 15px 5px rgba(140, 198, 63, 0.5); /* Glowing aura */
  letter-spacing: 1px; /* Subtle expansion of text */
  border: 3px solid white;
  color: white;
  text-shadow: 2px 2px 2px black;
}
a.btn.buyNow {
    background: green;
}

.tryNow:active {
  transform: translateY(1px); /* Physical "click" feel */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

a.buyNow {
    background: green !important;
}

.homeIntrotop div
{padding-top: 80px;padding-bottom:0px;max-width: 800px;}

.setStyle.underHero {font-size: 35px;font-weight: lighter;}

.underHero > div > div {
    text-align: center;
    border-bottom: 2px solid #FF9800;
    padding-bottom: 45px;
}

.setStyle.homeIntro > div {
    padding-top: 30px;
    padding-bottom: 80px;
}

.setStyle.whiteBG {
    background: white;
    color: black;
    padding-top: 80px;
}

.homeIntro img {
    border: 3px solid rgb(128 128 128 / 14%);
    border-radius: 12px;
    box-shadow: 0px 0px 7px black;
}

.youtubeVideo {
    border: 3px solid rgb(128 128 128 / 14%);
    border-radius: 12px;
    box-shadow: 0px 0px 7px black;
    overflow: hidden;
}

 

.setStyle.homeIntro.darker {
    background: #1a1a1a;
}

.priceGrid, .pricingIntro {
    background: white;
    /* padding-top: 50px; */
    color: black;
    padding-bottom: 0px;
}

.priceGrid > div {
   display:flex;
   align-items: normal;
}


.priceGrid > div > div {
    border: 1px solid #d5d5d5;
    position: relative;
    margin: 5px;
    font-size: 18px;
    border-radius: 3px;
    /* overflow: hidden; */
}

.priceGrid > div > div:hover {background: rgb(247 247 247 / 69%);box-shadow: 0 0 17px -13px black;}
.priceGrid > div > div a {
    position: absolute;
    bottom: 22px;
}

 

.priceGrid > div > div a {
  background-color: #FF9800; /* Your brand green */
  color: #ffffff;
  font-weight: bold;
  padding: 12px 17px;
  border-radius: 2px;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 0 0 0 rgba(140, 198, 63, 0);
  cursor: pointer;
  font-size: 16px;
  /* width: calc(100% - 65px); */
}

.priceGrid > div > div a:hover {
  background-color: #9bd34f; /* Slightly brighter green */
  transform: translateY(1px); /* Lifts it off the "table" */
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.4), 
              0 0 0px 0px rgba(140, 198, 63, 0.5); /* Glowing aura */
  letter-spacing: 1px; /* Subtle expansion of text */
  border: 2px solid white;
  color: white;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 46%);
}

.priceGrid > div > div a:active {
  transform: translateY(1px); /* Physical "click" feel */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

a.btn.freeTier {
    background: #3F51B5;
}

.priceGrid ul {padding:0; margin:15px}

.priceGrid ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 15px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.priceGrid li {
    position: relative;
    padding-left: 25px; /* Creates the gap for the checkmark */
    margin-bottom: 10px;
    list-style: none;
    text-align: left; /* Maintains the technical manual look */
}


/* Ensure the boxes can hold the absolute-positioned labels */
.priceGrid .delement > div {
    position: relative;
     /* Space for the label at the top */
    padding-bottom: 56px;
}
 
.priceGrid .delement > div strong {font-size: 20px;text-transform: uppercase;padding: 0;margin: 0;}

 
 
 
.priceGrid .delement > div:nth-child(1) {
    border: 2px solid #ff9900;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.setStyle.pricingIntro > div {
    max-width: 600px;
    padding-top: 60px;
    padding-bottom: 0;
}

.setStyle.featured {
    background: rgb(247 246 246);
}

.featured div {
              max-width: 1240px;
              padding-top: 50px;
              padding-bottom: 0px;
              align-items: baseline;
              }
.featured h3 {font-size: 25px;}
.featured > div div {
                align-items: normal;
                border-radius: 20px;
                color: #272727;
                /* background: #f3f3f3; */
                padding: 2%;
                /* box-shadow: 0 7px 14px -12px silver; */
                margin: 1%;
                /* border: 1px solid rgb(158 158 158 / 10%); */
                }

.featured img {
    border: 3px solid #c6c8c9;
    border-radius: 6px;
    margin-bottom: 33px;
    box-shadow: 0px 6px 6px -8px rgb(0 0 0 / 33%);
}

.osLogos.topLogos {
    font-size: 25px;
    margin: 0;
    margin-top: 0px;
}

p.osLogos.topLogos i {
    margin-left: 17px;
}

b.osLogos.intro i {
    font-size: 50px;
}

video#bgvid {position:absolute;width: 69%;height: 100%;object-fit:cover;z-index:-1;right: 0;}
.vp-center {
    display: flex;
    align-items:top !important;
    justify-content: center
}

.pricesIntro 
.delement {
    max-width: 700px;
    font-size: 20px;
}

.setStyle.packagesBoxes div {
    align-items: stretch;
}

.setStyle.packagesBoxes div > div {
    border: 1px solid black;
    margin: 20px;
}

ul#prices {
    /* display: flex; */
    margin: 0;
    padding: 0;
    padding-top: 43px;
}

ul#prices li strong {
    padding: 14px;
    font-size: 21px !important;
    display: flow-root;
    background: #FF5722;
    border-radius: 12px;
    color: white;
    min-width: 166px;
}

ul#prices li::before {content:none}
ul#prices li {margin-top: 20px;padding:0;margin-right: 10px;}

strong#bestValue {
    background: #4CAF50 !important;
}

.prices > div > div a {
    position: relative;
    padding: inherit;
}


.prices > div > div a:hover {
    position: relative;
    padding: inherit;
    border: none;
}



/* Encapsulate within .auth-form-section */
.auth-form-section form {
    margin: 20px auto;
    padding: 20px;
    border-radius: 4px;
    background-color: #f7f7f7;
}

.auth-form-section h2 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

.auth-form-section label {
    display: block;
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
}

.auth-form-section input[type="text"],
.auth-form-section input[type="email"],
.auth-form-section input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
}

.auth-form-section input[type="checkbox"] {
    margin-right: 10px;
}

.auth-form-section button[type="submit"] {
    /* width: 100%; */
    padding: 10px;
    background-color: #FF5722;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.auth-form-section button[type="submit"]:hover {
    background-color: #0056b3;
}

.auth-form-section p {
    /* text-align: center; */
    margin-top: 10px;
}

.auth-form-section p a {
    color: #007BFF;
    text-decoration: none;
}

.auth-form-section p a:hover {
    text-decoration: underline;
}

.auth-form-section form select {width:100%;font-size:22px;margin-bottom:20px;padding: 8px;}
#signupWaiting {
    visibility: hidden;
    position: absolute;
    background: #ededed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    color: #000000;
    display: grid;
    align-items: center;
    text-align: center;
    font-size: 32px;
}

.setStyle.loginForms {
    background: white;
 color:black
    
}

.setStyle.loginForms > div {
 align-items: stretch;
}


/* General Subscription Page Styling */
.subscription-section {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 70px !important;!i;!;
}

.subscription-section h2 {
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}


.available-plans {display: flex;}
.current-plan, .available-plans, .payment-method, .billing-history, .cancel-subscription {
    margin-bottom: 20px;
}

.current-plan h3, .available-plans h3, .payment-method h3, .billing-history h3, .cancel-subscription h3 {
    font-size: 24px;
    color: #007BFF;
    margin-bottom: 10px;
}

.current-plan p, .available-plans p, .payment-method p, .billing-history ul li {
    font-size: 16px;
    color: #555;
    margin-bottom: 5px;
}

.plan {
    background-color: #ffffff;
    padding: 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px;
    margin: 20px !important;
    text-align: center;
}


.available-plans {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* justify-content: center; */
}

.plan {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-width: 250px; /* Ensures minimum width for smaller screens */
    max-width: 300px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: normal;
    text-align: center;
    padding-bottom: 65px !important;!i;!;
    position: relative;
}


.plan .selected {
    background: orange;
}

.plan h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    margin-top: 10px;
}

.plan p {
    font-size: 16px;
    color: #666;
    /* margin-bottom: 15px; */
}

.plan button {
    padding: 10px 20px;
    background-color: #6ab29a;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    box-sizing: border-box;
    text-transform: uppercase;
    left: 5%;
    width: 90%;
}

.plan button:hover {
    background-color: #76b5a0;
}

.update-payment, .cancel-subscription button {
    padding: 10px 20px;
    background-color: #ff4d4d;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    display: block;
    margin: auto;
    text-align: center;
}

.resume-subscription button {
    padding: 10px 20px;
    background-color: orange;
    color: #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    display: block;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
}

.update-payment:hover, .cancel-subscription button:hover {
    background-color: #d93636;
}

.billing-history ul {
    list-style-type: none;
    padding-left: 0;
}

.billing-history ul li {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.billing-history ul li:last-child {
    border-bottom: none;
}


.btn-link {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    background-color: #007BFF;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    border: none;
}

.btn-link:hover {
    background-color: #0056b3;
}


.setStyle.plans {
    margin-bottom: 0;
    background: #e64a5a;
    padding: 0;
}
.headings4 > div > div {background: white;color: #e64a5a;margin: 28px;border-radius: 20px;padding: 0;font-size: 30px;font-family: fantasy;}

.headings4 .fourWide {
    padding: 0;
}

.headings4 p {
    padding: 0px;
    margin: 0;
    font-weight: bold;
    font-family: "Baloo 2", sans-serif;
    letter-spacing: 1px;
    line-height: 25px;
}

 
.plans strong {
    color: #00aab7;
    clear:both;
    display:block
}

p.priceStrap {
    font-weight: bold;
    font-size: 30px;
}

p.planStrap {
    font-weight: bold;
    font-size: 25px;
}
.setStyle.plansIntro {
    background: #e64a5a;
    color: white;
}

.setStyle.plansIntro .oneWide {padding-bottom:0px}

.setStyle.extraPlans {
    background: #00a7b0;
    font-weight: bold;
    font-size: 24px;
}

.setStyle.extraPlans > div > div {
    background: white;
    margin: 20px;
    border-radius: 36px;
}

.setStyle.extraPlans > div > div h4 {
    font-size: 41px;
    color: red;
    text-transform: uppercase;
}
.extraPlans .threeWide {
    display: flex;
    align-items: center;
    align-items: stretch;
}
.accountLinks {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.accountLinks  li {
    margin: 10px;
}

.accountLinks  li a {
    display: inline-block;
    text-align: center;
    color: #00acb9;
    padding: 2px 20px;
    border-radius: 21px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

.accountLinks  li a:hover {
    background-color: #039746;
    color: white;
}

.accountLinks  li a:active {
    background-color: #003d80;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.accountLinks  li a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.setStyle.prices {
    background: white;
    color: black;
}

article {
}

.setStyle.blogSection {
    background: #ffffff;
    color: black;
    padding: 50px;
}

.setStyle.blogSection2 {
    background: #f7f7f7;
    color: black;
    padding: 50px;
}

form#packageSignup {
    max-width: 600px;
}

.prices h2 {font-size: 20px;}

ul.featues li {
    margin-bottom: 20px;
}

.setStyle.feedback {
    background: white;
    color: black;
}

.setStyle.feedback div > div {
    border: 1px solid #d1d1d1;
    margin: 1%;
    border-radius: 6px;
}

.setStyle.feedback div {
    align-items: baseline;
    align-self: stretch;
}
.feedbackHeader {
    padding-top: 100px;
    background: white;
    color: black;
}

.setStyle.helpForm {
    background: white;
    color: black;
}

.setStyle.helpForm > div {
    max-width: 800px;
}

.setStyle.featuredFeedback div {align-items: stretch;padding-top: 50px;padding-bottom: 50px;}