@font-face {
	font-family: 'Segoe Sans';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/segoe-ui-variable-static-display.ttf);
	src: url('fonts/segoe-ui-variable-static-display.eot?#iefix') format('embedded-opentype'),
        url('fonts/segoe-ui-variable-static-display.woff2') format('woff2'),
        url('fonts/segoe-ui-variable-static-display.woff') format('woff');
}


@font-face {
	font-family: 'Segoe Sans';
	font-style: normal;
	font-weight: 600;
	src: url(fonts/segoe-ui-variable-static-display-semibold.ttf);
	src: url('fonts/segoe-ui-variable-static-display-semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/segoe-ui-variable-static-display-semibold.woff2') format('woff2'),
        url('fonts/segoe-ui-variable-static-display-semibold.woff') format('woff');
}
/* Global */
:root {
    /* color variables */
    --microsoft-pure-white: #fff;
    --copilot-dark-733145: #733145;
    --microsoft-pure-black: #000;
    --microsoft-blue-black: #091f2c;
    --copilot-dark-613a3a: #613a3a;
    --windows-dark-3d5f5e: #3d5f5e;
    --windows-light-c1d6cd: #c1d6cd;
    --color-utilities-partner: #ff31b3;
    /* responsive margins / paddings */
    --margin-sm: 16px;
    --margin-md: 32px;
        /* --bs-heading-color: #212529; */
}

* {
    --min-screen-size: 430;
    --max-screen-size: 2500;
    --interpolate-diff: calc(var(--max-font-size) - var(--min-font-size));
    --interpolate: clamp(calc(var(--min-font-size) * 1px), calc((var(--min-font-size) * 1px) + var(--interpolate-diff) * ((100vw - calc(var(--min-screen-size) * 1px)) / (var(--max-screen-size) - var(--min-screen-size)))), calc(var(--max-font-size) * 1px));
}

html {
    height: 100%;
    font-size: 16px;
}
 body {
        color: #212529;
        font-size: 1rem;
    }

/* text utility classes */

.text {
    font-size: 48px;
    font-family: 'Segoe Sans';
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
}

.link {
    text-decoration: underline;
}


/* section utility classes */

.section {
    display: flex;
    flex-direction: column;
    background-position: top left;
    background-size: auto auto;
    background-repeat: no-repeat;
    padding: 60px 60px 60px 60px;
}

@media screen and (max-width: 576px) {
    .section {
        padding: 60px;
    }
    html,
    body {
        font-size: 14px;
        overflow-x: hidden !important;
    }
}


/* button hover utility classes */

.hover-dark:hover {
    filter: brightness(0.85);
}

.hover-bright:hover {
    filter: brightness(1.2);
    transition: all .3s ease;
}
/* Global End*/
/* Reset */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

::before,
::after {
  --tw-content: '';
}


html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

*{
	box-sizing: border-box;
}

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-size: inherit;
  font-weight: inherit; */
}

a {
  /* color: inherit;
  text-decoration: inherit; */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-size: 1em; /* 4 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}


button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
	border:0;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

summary {
  display: list-item;
}

/* blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
} */

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}


button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

img,
video {
	/* disable max-width solves bug img-export/propagation > nested-img-bigger */
	max-width:100%;
  height: auto;
}

[hidden] {
  display: none;
}

*{
	text-underline-offset: 0.134em;
}

/* Reset End*/


body {
    container: body / inline-size;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Segoe Sans', sans-serif;
    line-height: normal;
    letter-spacing: 0px;
    background-color: var(--microsoft-pure-white);
    overflow: auto;
}


ol {
    list-style-type: decimal;
}

ol li {
    margin-bottom: 15px;
    margin-left: 8px;
}


.btn {
    display: flex;
    color: var(--microsoft-pure-white);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: left;
    background-color: var(--windows-dark-3d5f5e);
    padding: 10px 24px 16px 25px;
    border-radius: 16px;
    justify-content: center;
}

.windows-fy28-commr {
    width: 100%;
    min-width: 0;
    flex-grow: 1;
    align-self: center;
    object-fit: cover;
    border-radius: 16px;
    height: 650px;
}

.windows-fy27-commr {
    width: 100%;
    min-width: 0;
    flex-grow: 1;
    align-self: center;
    object-fit: cover;
    border-radius: 16px;
    height: 370px;
}

.windows-fy26-commr {
    width: 100%;
    min-width: 0;
    flex-grow: 1;
    align-self: center;
    object-fit: cover;
    border-radius: 16px;
    height: 450px;
}

.windows-fy25-commr {
    width: 100%;
    min-width: 0;
    flex-grow: 1;
    align-self: center;
    object-fit: cover;
    border-radius: 16px;
    height: 325px;
}


/* column-a */

.column-a {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex-grow: 1;
}

.column-title {
    font-size: 48px;
}

.column-text1 {
    font-size: 20px;
}


/* end column-a*/


/* column-b */

.column-b {
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 20px;
}

.column-text2 {
    font-weight: 400;
}

.column-text3 {
    font-weight: 600;
}


/* end column-b*/

.header {
    height: auto;
    display: inline-block;
    align-items: center;
    /* gap: 80px; */
    flex-shrink: 0;
    background: url(../../images/lp-images/header.jpg) center / cover no-repeat;
    /* padding-top: 60px; */
    overflow-x: hidden;
}

.header-wrapper {
    max-width: 1320px;
    margin: 0 auto;
}

.hero {
    display: flex;
    gap: 80px;
    margin-top: 112px;
}

.header-col-left {
    width: 100%;
    max-width: 750px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 120px;
    flex-shrink: 0;
}

.header-windows11 {
    width: 260px;
    flex-shrink: 0;
}

.header-col1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
}

.header-col2 {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-self: stretch;
    color: var(--microsoft-blue-black);
    font-weight: 400;
}

.header-col3 {
    display: flex;
    flex-grow: 2;
    flex-direction: column;
    align-items: flex-end;
}

.header-what-s-your {
    background: linear-gradient(90deg, #000 0%, #3d5f5e 100%) top left / auto auto no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-subtitle {
    font-size: 24px;
}

.header-windows-fy25 {
    min-width: 0;
    /* margin-top: -140px; */
    max-width: 100%;
}

.col1 {
    container: col1 / inline-size;
    /* gap: 80px; */
    /* background-image: linear-gradient(180deg, #c9dff5 0%, #c1d6cd 100%); */
    background-image: linear-gradient(180deg, #f5ddc5 0%, #e9cad4 100%);
}

.row-top1 {
    display: flex;
    align-items: center;
    gap: 80px;
    flex-shrink: 0;
    color: var(--microsoft-blue-black);
    font-weight: 400;
    max-width: 1320px;
    margin: 0 auto;
}

.row-bottom1 {
    display: flex;
    align-items: center;
    gap: 80px;
    flex-shrink: 0;
    max-width: 1320px;
    margin: 0 auto;
}

.col-left1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    flex-grow: 1;
}

.col2 {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-self: stretch;
    color: var(--microsoft-blue-black);
}

.col21 {
    container: col21 / inline-size;
    display: flex;
    flex-direction: column;
    gap: 48px;
    color: var(--microsoft-pure-white);
    background-color: var(--microsoft-blue-black);
    /* padding: 96px 112px; */
}

.col21-top {
    display: flex;
    flex-direction: column;
    gap: 32px;
    font-weight: 400;
    max-width: 1320px;
    margin: 0 auto;
}

.btn-go-to-windows {
    padding-left: 24px;
    background-color: #FF00D0;
}

.col3 {
    container: col3 / inline-size;
    gap: 80px;
    color: var(--microsoft-blue-black);
    /* background-image: linear-gradient(180deg, #bec7e4 0%, #dad1ec 100%); */
    background-image: linear-gradient(180deg, #c8ccef 0%, #b9cbeb 100%);
}

.row-top2 {
    display: flex;
    align-items: center;
    gap: 80px;
    flex-shrink: 0;
    max-width: 1320px;
    margin: 0 auto;
}

.col-right2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex-grow: 1;
}

.row-bottom2 {
    display: flex;
    align-items: center;
    gap: 80px;
    flex-shrink: 0;
    font-weight: 400;
    max-width: 1320px;
    margin: 0 auto;
}

.row-full {
    height: 518px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    color: var(--microsoft-blue-black);
    font-weight: 400;
}

.windows-fy25-commr5 {
    width: 100%;
    min-width: 0;
    flex-grow: 1;
    align-self: safe center;
    object-fit: cover;
    height: 100%;
}

.card-right-new {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    flex-grow: 1;
    background: url(../../images/lp-images/card-1.jpg) center / cover no-repeat;
}

.card-right-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 100px 80px 100px 80px;
}

.card-right-text {
    font-size: 20px;
}

.card-left-btn-shop-now {
    color: var(--microsoft-pure-white);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: left;
    background-color: var(--copilot-dark-613a3a);
}

.upgrade-device {
    display: flex;
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 48px;
    background-color: var(--windows-dark-3d5f5e);
    padding: 96px 112px;
}

.col-top {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-self: stretch;
    color: #ffffff;
    font-weight: 400;
    width: 1320px;
    margin: 0 auto;
}

.title-partner {
    --min-font-size: 27;
    --max-font-size: 48;
    font-size: var(--interpolate);
    color: #ff00d0;
}

.text-insert-copy {
    --min-font-size: 16;
    --max-font-size: 20;
    font-size: var(--interpolate);
    font-weight: bold;
    color: #FF00D0;
}

.btn-shop-now {
    width: 200px;
    text-align: center;
    color: var(--microsoft-blue-black);
    background-color: var(--windows-light-c1d6cd);
}

.section-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.product-card-container {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.product-card {
    background: hsla(0, 0%, 100%, .3);
    border-radius: 16px;
    padding: 16px;
}

.product-card__image {
    align-items: center;
    aspect-ratio: 432 / 324;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    overflow: hidden;
}

.product-card__image img {
    border-radius: 16px;
}

.product-card__content {
    display: flex;
    gap: 24px;
}

.product-card__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #091f50;
}

.text-title-3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
}

.text-body-2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
}

.product-card__cta {
    align-self: flex-end;
    white-space: nowrap;
}

.button--campaign-secondary {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    isolation: isolate;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    transition: all .3s ease;
}

.button--campaign-secondary:hover {
    background: #fff;
}

.text-utilities-partner {
    color: #091f50;
}

.footer {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    background-color: var(--microsoft-blue-black);
    padding: 64px 112px;
}

.footer-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 64px;
    max-width: 1320px;
    margin: 0 auto;
}

.footer-windows11 {
    width: 217px;
    flex-shrink: 0;
}

.footer-text {
    flex-grow: 1;
}

.row2 {
    height: 609px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.card-left2 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    flex-grow: 1;
    background: url(../../images/lp-images/card-1.jpg) center / cover no-repeat;
}

.card-left2-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    padding: 100px 80px 80px 112px;
}

.card-left2-col-top {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-self: stretch;
    /* color: #ff00d0; */
    font-weight: 400;
}

.card-left2-title {
    font-size: 48px;
}

.card-left2-text {
    font-size: 20px;
}

.card-left2-btn-shop-now {
    color: var(--microsoft-pure-white);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: left;
    background-color: var(--copilot-dark-613a3a);
}

.windows-fy25-commr2 {
    width: 100%;
    min-width: 0;
    flex-grow: 1;
    align-self: safe center;
    object-fit: cover;
    height: 100%;
}


/* ============ */

.sub-footer {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    background-color: #f5f5f5;
    padding: 64px 112px;
}

.sub-footer-wrapper {
    gap: 64px;
    max-width: 1320px;
    margin: 0 auto;
}

.copy-right {
    display: flex;
    justify-content: center;
}

.ContactUs {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: linear-gradient(180deg, #bec7e4 0%, #dad1ec 100%);
    /* background-image: url('/images/form-bg.png'); */
    /* background-color: #010b1a; */
}

.btn-simple {
            display: inline-block;
            background-color: #3d5f5e;
            color: #fff;
            padding: 10px 24px;
            border-radius: 16px;
            font-weight: 600;
            text-decoration: none;
            border: none;
            cursor: pointer;
        }
        /* No hover, no color change, no transition */
        
        .btn-simple:hover,
        .btn-simple:focus,
        .btn-simple:active {
            background-color: #3d5f5e;
            color: #fff;
            text-decoration: none;
            box-shadow: none;
            transform: none;
        }

@media screen and (max-width: 1500px) {
    body {
        overflow-x: hidden;
    }
    .header {
        padding: 60px;
    }
    .card-left2-wrapper {
        padding: 40px 60px 40px 60px;
    }
}


/** breakpoints (margin / paddings) **/

@media screen and (max-width: 1200px) {
    .header,
    .section {
        padding-inline: 60px;
    }
    .btn-go-to-windows {
        padding-inline: var(--margin-sm);
    }
    .card-right-new {
        padding-inline: var(--margin-md);
    }
    .upgrade-device {
        padding-inline: var(--margin-md);
    }
    .col21,
    .section {
        padding-inline: var(--margin-md);
    }
    .footer {
        padding-inline: var(--margin-md);
    }
    .hero {
        flex-direction: column;
    }
    .product-card-container {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(2, 1fr);
    }
    .card-left2 {
        padding-inline: var(--margin-md);
    }
    .card-left2-wrapper {
        padding: 80px 60px 60px 60px;
    }
}

@media screen and (max-width: 991px) {
    .product-card-container {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 576px) {
    .header-windows11 {
        width: 200px;
    }
    .card-right-new {
        padding-inline: var(--margin-sm);
        padding: 60px;
        height: auto;
    }
    .card-right-wrapper {
        padding: 0;
    }
    .upgrade-device {
        padding-inline: var(--margin-sm);
        padding: 60px;
    }
    .footer {
        padding: 60px;
        text-align: left;
    }
    .text,
    .column-title {
        font-size: 40px;
    }
    .header-what-s-your {
        font-size: 40px;
        line-height: 48px;
    }
    .windows-fy28-commr {
        height: 400px;
    }
    .header-col3 {
        display: none;
    }
    .section-header {
        margin-bottom: 40px;
    }
    .product-card-container {
        display: grid;
        gap: 24px;
        grid-template-columns: 1fr;
    }
    /* .col21 {
        padding: 60px;
    } */
    .row1 {
        flex-direction: column;
    }
    .card-left2-wrapper {
        padding: 0;
    }
    .card-left2 {
        padding: 60px;
    }
    .card-left2-title {
        font-size: 40px;
    }
}


/* container queries (flex rows) */

@container body (width < 1215px) {
    .header {
        height: unset;
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
        padding: 60px 0px 60px 60px;
    }
    .header-windows-fy25 {
        width: 90%;
        margin-top: -150px;
    }
    .hero {
        margin-top: 60px;
    }
    .header-col-left {
        padding-right: 60px;
        z-index: 1;
    }
}

@container col1 (width < 1016px) {
    .row-top1 {
        height: unset;
        flex-direction: column;
        gap: 38px;
    }
    .row-top1>.windows-fy25-commr1 {
        width: 568px;
    }
}

@container col1 (width < 1016px) {
    .row-bottom1 {
        height: unset;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 50px;
    }
    .row-bottom1>.windows-fy25-commr2 {
        width: 568px;
    }
}

@container col3 (width < 1016px) {
    .row-top2 {
        height: unset;
        flex-direction: column;
        gap: 50px;
    }
    .row-top2>* {
        margin-top: unset !important;
    }
    .row-top2>.windows-fy25-commr3 {
        width: 568px;
    }
}

@container col3 (width < 1016px) {
    .row-bottom2 {
        height: unset;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .row-bottom2>.windows-fy25-commr4 {
        width: 568px;
    }
}

@container col21 (width < 1215px) {
    .row1 {
        gap: 50px;
    }
}

@container body (width < 1187px) {
    .row-full {
        height: unset;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .row2 {
        height: unset;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

@container body (width < 1439px) {
    .footer-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }
    .footer-text {
        margin-top: 30px;
    }
}


/* ====== page css  */

.select {
    display: none;
}

.error {
    color: red;
    font-size: 16px;
}

.logo-container {
    height: 34px;
    display: inline-block;
}

.logo-container.logoPatnerContainer {
    height: 50px;
}

.logo-image {
    height: 100%;
    width: auto;
    max-width: 100%;
}

@media (min-width: 768px) {
    .logo-container {
        height: 34px;
    }
    .logo-container.logoPatnerContainer {
        height: 60px;
    }
}

@media (max-width: 480px) {
    .logo-container {
        height: 20px;
    }
}

.custom-link {
    color: #000000;
    font-size: 22px;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
    text-underline-offset: 6px;
}

.custom-link:hover,
.custom-link:active,
.custom-link:focus {
    color: #0066b6;
    text-decoration: underline;
}

.auto-play-img-box video {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.hover-bright:hover {
    color: white;
    background-color: #346a69;
    border-color: #346a69;
}

.hover-bright-new:hover {
    color: white;
    background-color: #613a3a;
    border-color: #613a3a;
}

.btn-shop-now.hover-dark:hover {
    color: rgb(0, 0, 0);
    background-color: #ffffff;
    border-color: #ffffff;
    opacity: 1;
}

.title-unlock-efficiency {
    --min-font-size: 27;
    --max-font-size: 48;
    font-size: 48px;
}

.text-experience {
    --min-font-size: 16;
    --max-font-size: 20;
    font-size: var(--interpolate);
}

.row1 {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    max-width: 1320px;
    margin: 0 auto;
}

.column-b1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex-grow: 1;
}

.column-col-bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.column-windows-fy25 {
    flex-shrink: 0;
    border-radius: 16px;
}


/* ======================================= */

span.asterisk-symbol {
    position: absolute;
    color: #f84153;
    padding-left: 2px;
    margin-top: -6px;
}

span.error {
    color: red;
    font-size: 16px;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.loader .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* ---------------------------------- 
[  input::placeholder ]*/

input::placeholder,
textarea::placeholder {
    color: #afafaf !important;
    font-style: italic;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #afafaf !important;
    font-style: italic;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #afafaf !important;
    font-style: italic;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #afafaf !important;
    font-style: italic;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #afafaf !important;
    font-style: italic;
}

.section-light-form {
    color: #202020;
    background: #f4f4f4;
    padding-bottom: 60px;
}

.registration-formBox {
    color: #ffffff;
    border-radius: 8px;
    /* padding: 30px 20px 30px 20px; */
    margin: auto;
    /* max-width: 992px; */
    /* background: #ffffff; */
    /* box-shadow: rgb(17 17 26 / 10%) 0px 4px 16px, rgb(17 17 26 / 5%) 0px 8px 32px; */
}


/* = */

.btn-submit {
    width: 200px;
    text-align: center !important;
    background-color: #3d5f5e;
}

.btn-continue-home {
    text-align: center !important;
    background-color: #3d5f5e;
}

.btn-submit:hover,
.btn-continue-home:hover {
    color: #ffffff;
    background-color: #4f807e;
}


/* =========================================== */