body {
    font-family: 'Outline', sans-serif;
    margin: 0;
    padding-top: 60px;
    color: #ccd4ef;
    background-color: #1665c0;
    overflow-x: hidden;
}

header {
    background-color: rgb(15, 70, 159);
    color: #FFFFFF;
    padding: 1.6rem 110px;
    display: flex;
    justify-content: start;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

header .logo img {
    height: 40px;
    width: auto;
}

header .hamburger-menu {
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    height: 30px;
    width: 30px;
    margin-left: auto;
}

.hamburger-menu span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 3px;
}

header a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 400;
    margin-left: 35px;
    display: inline-block;
    font-family: Outfit;
    font-size: 110%;
}

@media (max-width: 768px) {
    header {
        padding: 1em 0px;
    }

    header .hamburger-menu {
        padding: 15px;
        display: flex;
        margin-left: 0px;
        box-sizing: unset;
    }

    header a {
        display: none;
    }

    header.nav-active a {
        display: block;
        padding: 10px;
        width: 100%;
    }

    header.nav-active {
        flex-direction: column;
        align-items: flex-start;
    }
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    text-align: left;
    padding: 120px 150px;
    position: relative;
}

.hero-content, .hero-video {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-video {
    padding-left: 20px;
    flex: 1;
    align-self: center;
    z-index: 2;
}

.video-responsive {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    height: 0;
    border-radius: 1.5em;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-video iframe {
    width: 100%;
    height: 100%;
}

.hero-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-svg svg {
    display: block;
    width: 100%;
    height: auto;
}

.hero-content {
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.center {
    text-align: center;
    padding-bottom: 30px;
    font-size: 110%;
}

h1, h2, h3, h4, h5 {
    font-family: Outfit;
    font-weight: 700;
    text-align: center;
}

.hero h1 {
    text-align: left;
    font-size: 2.6em;
    z-index: 2;
    margin: 0px;
}

.hero p {
    font-size: 1.15em;
    margin: 10px 0px;
    z-index: 2;
}

.hero a {
    z-index: 2;
}

.cta-button {
    display: inline-block;
    background-color: #FFC107;
    color: #FFFFFF;
    padding: 12px 35px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1em;
    align-self: start;
}

.section {
    padding: 10px 150px;
}

.section h2 {
    font-size: 2.2em;
    margin-bottom: 30px;
}

.benefit {
    background: #FFFFFF;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    text-align: left;
}

footer {
    background-color: hsl(217.1, 82.8%, 34.1%);
    color: #d1d3d6;
    padding: 40px 150px;
    font-size: 12px;
    line-height: 1.5;
}

.footer-content {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 100%;
    font-size: 140%;
}

.footer-content section {
    margin: 10px;
    width: 25%;
    padding-right: 20px;
}

.footer-content h4 {
    margin-bottom: 15px;
    text-align: left;
}

.footer-content ul {
    list-style: none;
    padding: 0;
}

.footer-content ul li {
    margin-bottom: 10px;
}

.footer-content ul li a {
    color: white;
    text-decoration: none;
}

a {
    color: white;
}

a:hover {
    color: white;
    text-decoration: underline;
}

.footer-content a {
    color: white;
    text-decoration: none;
}

.footer-bottom {
    margin-top: 20px;
    border-top: 1px solid #1665c0;
    padding-top: 2em;
}

.footer-social {
    float: right;
    margin: 0px;
    font-size: 200%;
}

.footer-social a {
    color: white;
    padding-left: 0.5em;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
    }
    .footer-content section {
        width: 100%;
        max-width: 300px;
    }
    .section {
        padding: 10px 20px;
    }
    .hero {
        padding: 50px 20px;
        display: flex;
        flex-direction: column;
    }
    .hero-content {
        order: 1;
    }
    .hero-video {
        padding: 0px;
        margin-top: 40px;
        order: 2;
        width: 100%;
    }
}

.section .steps-container {
    display: flex;
    gap: 3em;
}

@media (max-width: 768px) {
   .steps-container {
      flex-direction: column;
    }

   .steps {
      width: auto !important;
    }
}

.section .steps {
    display: flex;
    flex-direction: column;
    width: 43%;
}

.section .step-item {
    border: 1px solid hsl(221,53%,61%);
    border-radius: 1.2em;
    padding: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.section .step-item a {
    color: white;
    text-decoration: none;
}

.step-item-title-area {
    flex-direction: row;
    display:flex;
    width: 100%;
    align-items: center;
    column-gap: 1rem;
    font-size: 24px;
}

.section .step-item:hover,
.section .step-item.active {
    background-color: hsla(0,0%,0%,0.1);
}

div.step-item h3 {
    text-align: left;
}

.section .step-image {
    width: 35%;
    text-align: center;
}

.section img.stepImage {
    max-width: 100%;
    height: auto;
}

.section .step-image img {
    max-width: 100%;
    height: auto;
}

.benefitsImage {
    margin: 20px auto;
    display: block;
    width: 100%;
}

.section h2 {
    margin-bottom: 30px;
}


.benefit-card {
    background-color: hsla(0,0%,0%,.1);
    border: 2px solid hsl(228,38%,54%);
    border-radius: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    padding: 40px;
    margin: 10px;
    text-align: left;
    flex-basis: 30%;
    flex-grow: 1;
    flex-shrink: 1;
    line-height: 1.7;
}

.benefit-card h3 {
    color: hsl(234,38%,85%);
    margin-bottom: 15px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.3;
}

.benefit-card .fas {
    font-size: 2.5rem;
}

.benefit-card a {
    color: white;
    text-decoration: none;
}

.flex-container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 100%;
    padding: 0px;
}

.flex-item {
    background-color: hsla(0,0%,0%,.1);
    border: 1px solid hsl(221,53%,61%);
    border-radius: 1.2em;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    padding: 0px;
    margin: 10px;
    text-align: left;
    flex-basis: 30%;
    flex-grow: 0;
    flex-shrink: 1;
}

.flex-item img {
    width: 100%;
    max-height: 200px;
    margin: 0px;
    width: 100%;
    border-radius: 1.2em 1.2em 0px 0px;
}

#templates .flex-item img {
    object-fit: cover;
    width: 100%;
}

.flex-item h3 {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.3;
}

.template-body {
    padding: 25px;
    line-height: 1.7;
}

.template-body a {
    color: hsl(234,38%,85%);
    text-decoration: none;
}

.flex-item ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.flex-item ul li {
    padding-left: 30px;
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cdefs%3E%3Cmask id=\'cutout\'%3E%3Crect width=\'100%25\' height=\'100%25\' fill=\'white\'/%3E%3Cpath d=\'M9 8l6 4-6 4z\' fill=\'black\'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle cx=\'12\' cy=\'12\' r=\'11\' fill=\'hsl(234,38%,85%)\' mask=\'url(%23cutout)\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .flex-container {
        flex-wrap: wrap;
    }
    .flex-item {
        flex-basis: 100%;
    }
}

.testimonial-section {
    text-align: center;
    padding: 40px;
    background-color: #f8f8f8;
}

.testimonial-section h2 {
    margin-bottom: 30px;
}

.testimonial {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonial-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

blockquote {
    font-style: italic;
    color: hsl(85,0%,100%);
    max-width: 600px;
    line-height: 1.7;
}

blockquote footer {
    font-style: normal;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.testimonial-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0px;
}

.testimonial-container .testimonial {
    background-color: hsla(0,0%,0%,.1);
    border: 1px solid hsl(221,53%,61%);
    border-radius: 1.2em;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin: 10px;
    text-align: left;
    flex-basis: calc(33.333% - 20px);
    flex-grow: 1;
    flex-shrink: 1;
}

.testimonial-container .testimonial blockquote {
    font-style: italic;
    color: hsl(85,0%,100%);
}

.testimonial-container .testimonial footer {
    font-style: normal;
    font-weight: bold;
    color: #333;
    background-color: transparent;
    margin-top: 10px;
    display: inline-block;
    padding: 0;
}

.testimonial-container .testimonial-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}


@media (max-width: 768px) {
    .testimonial-container .testimonial {
        flex-basis: 100%;
    }
}

#mini-faq {
    text-align: center;
}

.faq-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.faq-column {
    flex: 1;
    min-width: 280px;
}

#mini-faq .faq-column {
    width: 48%;
}

.toggle-area {
    background-color: hsla(0,0%,0%,.1);
    border-radius: 0.5em;
    padding: 0.8rem;
}

.faq-block {
    background-color: hsla(0,0%,0%,.1);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    width: 85%;
    transition: all 0.3s ease;
}

.faq-question {
    border: 1px solid hsl(221,53%,61%);
    border-radius: 0.5em;

    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #ccd4ef;
    padding: 1em;
}

.faq-question h3 {
    margin: 0;
    text-align: left;
}

.faq-toggle {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-block.active .faq-answer {
    border: 1px solid hsl(221,53%,61%);
    border-radius: 0.5em;
    margin-top: -0.5em;
    max-height: 1000px;
    background: #1665c0;
    padding: 1em;
    text-align: left;
    line-height: 1.7;
}

.rotated {
    transform: rotate(45deg);
}

.more-faqs {
    display: inline-block;
    margin: 20px 0px 30px 0px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

@media (max-width: 768px) {
    .faq-item {
        text-align: center;
    }
    .faq-block {
        width: 100%;
    }
}

.form-control {
    color: #fff;
    background-color: hsla(0,0%,0%,.1);
}

.fixed-bottom-button {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 150px;
}

.container {
    padding: 20px 20px 40px 20px;
}
.repository-list {
    margin-top: 20px;
}
.repository-option {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.new-repo-input {
    margin-top: 20px;
}

.fixed-bottom-left {
    left: 30px;
}
.fixed-bottom-right {
    right: 30px;
}

.theme-selection-container {
    margin-top: 20px;
    padding: 20px;
}

.theme-option {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: hsla(0,0%,0%,.1);
    border: 2px solid hsl(228,38%,54%);
    border-radius: 2rem;
}

.theme-content {
    display: flex;
    flex-direction: column;
}

.theme-info {
    padding: 10px;
    flex-grow: 1;
}

.theme-preview-iframe {
    width: 100%;
    height: 300px;
    border: none;
}
@media screen and (min-width: 768px) {
    .theme-content {
        flex-direction: row;
    }

    .theme-info, .theme-preview-iframe {
        width: 50%;
    }
}
.theme-option:hover {
    cursor: pointer;
    background-color: hsla(0,0%,0%,.1);
}
.theme-screenshot {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    border-radius: 5px;
    object-fit: cover;
}
.theme-label {
    flex-grow: 1;
}

.cookie-banner {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #f8f8f8;
    border: 1px solid #d3d3d3;
    text-align: center;
    padding: 10px;
    z-index: 1000;
    border-radius: 5px;
    width: 250px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cookie-banner p {
    margin: 0;
    padding: 0 10px;
    display: block;
    color: black;
}

.cookie-banner button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 5px 10px;
    margin-top: 10px;
    cursor: pointer;
}

.draggable-list {
    list-style-type: none;
    padding: 0;
}
.draggable-item {
    background-color: #145bad;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.drag-handle {
    margin-right: 15px;
    cursor: grab;
    font-size: 1.25rem;
}
.document-details {
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px;
}
.documentsSelect {
    width: 180px;
}
.disabled-item .drag-handle,
.disabled-item .documentsSelect {
    pointer-events: none;
    opacity: 0.6;
}

/* Google login button code start */
.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: #f2f2f2;
  background-image: none;
  border: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: 180px;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
}

.gsi-material-button:disabled .gsi-material-button-state {
  background-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #001d35;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #001d35;
  opacity: 8%;
}
/* Google login button code end */

.top-google-button {
    right: 150px;
}

@media (max-width: 1200px) {
    header {
        padding: 1.6rem 20px;
    }
    .top-google-button {
        right: 20px;
    }
    .hero {
        padding: 120px 20px;
    }
    .section {
        padding: 10px 20px;
    }
    footer {
        padding: 40px 20px;
    }
    header a {
        margin-left: 15px;
    }
    div.step-item h3 {
        font-size: 20px;
    }
}
