/* ==============================
            General
============================== */


:root {
    --white: hsl(0, 0%, 100%);
    --primaryColor: #0159b4;
    --primaryColorLight: #549cea;
    --primaryVeryLight: #c9f7fa;
    --primaryColorDark: #053568;
    --bg: #fefefe;
    --darkBg: #f8f9fa;
    --hover: #e0e7f2;
    --text: #2f2f2f;
    --softText: #555555;
    --green: #078142;
    --error: #bf413d;
    --black: #212121;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden;
    background-color: var(--bg) !important;
    font-family: 'Poppins', system-ui, Arial, sans-serif;

}

* {
    box-sizing: border-box;
}

html,
html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}



html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Now Alt', 'Segoe UI', Tahoma, sans-serif;
    font-weight: 600;
}

h1 {
    text-align: center;
    font-size: 22px;
}




p,
li,
label,
* {
    font-family: 'Poppins', 'Segoe UI', Tahoma, sans-serif;
}

i {
    font-size: 34px;
}

a {
    text-decoration: none;
}

select {
    width: 100%;
    padding: 0.5em;
    border: 1px solid #ccc;
}

.aHref {
    text-decoration: none;
    color: white;
}

.aHref:hover {
    text-decoration: none;
    color: white;
}

/* Poppins */
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.woff2') format('woff2'),
        url('/fonts/Poppins-Regular.woff') format('woff'),
        url('/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Now Alt */
@font-face {
    font-family: 'Now Alt';
    src: url('/fonts/NowAlt-Regular.woff2') format('woff2'),
        url('/fonts/NowAlt-Regular.woff') format('woff'),
        url('/fonts/NowAlt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'steps';
    src: url('../fonts/steps.eot?x9ckyj');
    src: url('../fonts/steps.eot?x9ckyj#iefix') format('embedded-opentype'), url('../fonts/steps.ttf?x9ckyj') format('truetype'), url('../fonts/steps.woff?x9ckyj') format('woff'), url('../fonts/steps.svg?x9ckyj#steps') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


[class^="step-"],
[class*=" step-"] {
    font-family: 'steps' !important;
    speak-as: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}


.step-info-circle:before {
    content: "\e907";
}

.step-tax:before {
    content: "\e908";
    color: #006fb8;
}

.step-procesare .path1:before {
    content: "\e909";
    color: rgb(0, 111, 184);
}

.step-procesare .path2:before {
    content: "\e90a";
    margin-left: -1em;
    color: rgb(0, 111, 184);
}

.step-procesare .path3:before {
    content: "\e90b";
    margin-left: -1em;
    color: rgb(0, 111, 184);
}

.step-procesare .path4:before {
    content: "\e90c";
    margin-left: -1em;
    color: rgb(0, 111, 184);
}

.step-procesare .path5:before {
    content: "\e90d";
    margin-left: -1em;
    color: rgb(0, 111, 184);
}

.step-procesare .path6:before {
    content: "\e90e";
    margin-left: -1em;
    color: rgb(0, 111, 184);
}

.step-procesare .path7:before {
    content: "\e90f";
    margin-left: -1em;
    color: rgb(0, 111, 184);
}

.step-procesare .path8:before {
    content: "\e910";
    margin-left: -1em;
    color: rgb(0, 111, 184);
}

.step-procesare .path9:before {
    content: "\e911";
    margin-left: -1em;
    color: rgb(0, 111, 184);
}

.step-procesare .path10:before {
    content: "\e912";
    margin-left: -1em;
    color: rgb(0, 111, 184);
}

.step-procesare .path11:before {
    content: "\e913";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.step-road:before {
    content: "\e914";
    color: #006fb8;
}

.step-ong:before {
    content: "\e900";
    color: #006fb8;
}

.step-pf:before {
    content: "\e901";
    color: #006fb8;
}

.step-pfa:before {
    content: "\e902";
    color: #006fb8;
}

.step-upload:before {
    content: "\e903";
    color: #006fb8;
}

.step-pen:before {
    content: "\e904";
    color: #006fb8;
}

.step-envelope:before {
    content: "\e905";
    color: #006fb8;
}

.step-srl:before {
    content: "\e906";
    color: #006fb8;
}

.btn-primary {
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(0, 110, 184, 1) 0%, rgba(2, 88, 180, 1) 100%);
    padding: 10px 20px;
    border: 0px;
    color: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    position: relative;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
      cursor: pointer;

}

.btn-cuiValidation {
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid var(--primaryColor);
    text-decoration: none;
    position: relative;
    background-color: var(--bg);
    color: var(--primaryColor);
    font-weight: 600;
    font-size: 14px;
      cursor: pointer;

}
@media (max-width: 440px) {

.btn-primary {
    font-size: 15px;
}
}


.btn-cuiValidation:active {
    background: linear-gradient(135deg, rgb(1, 94, 156) 0%, rgb(1, 52, 105) 100%);
    color: var(--bg);

}

.btn-primary:hover,
.btn-cuiValidation:hover {
    background: linear-gradient(135deg, rgb(1, 94, 156) 0%, rgb(1, 52, 105) 100%);
    transform: translateY(-1px);
    color: var(--bg);

}


/* ======================================
                NavBar
====================================== */

.site-header {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    backdrop-filter: blur(14px);
    position: fixed;
    top: 0;
    z-index: 10000;
    transition: var(--bg) 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 2px 5px rgba(116, 116, 116, 0.16), 0 3px 6px rgba(181, 181, 181, 0.1);

}

.site-header.scrolled {
    background: #fff;
    border-bottom: 1px solid #eee;
    backdrop-filter: none;
}


.nav-container {
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10000;
    position: sticky;
}

@media (min-width: 1400px) {
    .nav-container {
        max-width: 80%;
    }
}

@media (min-width: 1000px) and (max-width: 1399px) {
    .nav-container {
        max-width: 100%;
    }
}

.nav-logo img {
    height: 50px;
    width: auto;
}

.nav-menu {
    display: flex;
    align-items: center;
}

.nav-menu a {
    text-decoration: none;
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px;
}

.nav-menu a:hover {
    color: var(--hover);
    background-color: var(--primaryColor);
    border-radius: 5px;
}

.status-btn {
    padding: 8px 14px !important;
    border-radius: 6px;
    background: var(--primaryColor);
    color: white !important;
}

.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
}

.burger span {
    width: 26px;
    height: 2px;
    background: #063B3F;
}

.nav-mobile-logo {
    display: none;
}

.nav-dropdown {
    position: relative;
}

.dropdown-trigger {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 180px;
    padding: 10px 0;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    display: none;
    flex-direction: column;
    z-index: 2000;
}

.dropdown-menu a {
    padding: 8px 16px;
    font-size: 14px;
    white-space: nowrap;
}

.dropdown-menu a:hover {
    background: var(--primaryColor);
}

.nav-dropdown:hover .dropdown-menu {
    display: flex;
}


@media (max-width: 999px) {

    .burger {
        display: flex;
        z-index: 1001;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        left: -280px;
        height: 100vh;
        width: 260px;
        background: white;
        display: flex;
        flex-direction: column;
        /* padding: 30px 24px; */
        padding: 30px 24px 30px 10px;
        gap: 22px;
        transition: left 0.3s ease;
        box-shadow: 2px 0 20px rgba(0, 0, 0, 0.08);
        z-index: 1000;
    }

    .status-btn {
        padding: 10px !important;
    }

    .nav-menu.open {
        left: 0;
    }

    .nav-mobile-logo {
        display: block;
        margin-bottom: 30px;
    }

    .nav-menu a {
        width: 100%;
        text-align: left;
    }

    .nav-mobile-logo img {
        height: 32px;
    }

    .nav-dropdown {
        width: 100%;
    }

    .dropdown-menu {
        position: static;
        box-shadow: none;
        padding-left: 10px;
    }

    .nav-dropdown.open .dropdown-menu {
        display: flex;
    }

}


/* ========== Before footer ============  */

.beforeFooter .btn {
    display: inline-block;
    /* keep your colors/padding */
}


.beforeFooter {
    margin-bottom: -80px;
    position: relative;
    z-index: 10;
    border-radius: 10px;
    background-color: #fff !important;
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
    margin-top: 100px !important;
}

.beforeFooter p {
    font-size: 1.3em;
    color: #373737;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.beforeFooter span {
    color: #575757;
    font-size: 14px
}

.beforeFooter .btn {
    background-color: var(--primaryColor);
    color: #fff;
    padding: 10px 20px
}

.footerBtn {
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width:767px) {
    .footerBtn {
        padding-top: 15px;
    }

}

/* ========= Footer ===========  */

.beforeFooter,
.intrebare {
    background-color: var(--bg);
}

.footerSection {
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
     margin-top: auto;
}

.footerWrap {
    margin-top: auto;
}



.footer {
    background: linear-gradient(270deg, rgb(1, 88, 138) 0%, rgb(6, 100, 154) 35%, rgb(1, 114, 179) 100%);
    color: #fff;
    padding: 40px 15px;
    padding-top: 150px;
    z-index: 1 !important;
    margin-top: -100px;
    border-radius: 50px 50px 0 0;
}

.footer img {
    max-width: 100%;
    height: auto;
}

.footerDesk {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.footer ul {
    list-style: none;
}

.logo {
    display: block;
    height: auto;
    max-width: 100%;
}

.logo--nav {
    height: 60px;
    width: auto;
}

.logo--small {
    width: 120px;
    height: auto;
}

.footer * {
    box-sizing: border-box
}

.footer li a,
.footer p,
.footer li {
    color: #fff !important;
    padding: 5px 0
}

.footer h3,
.footerMob {
    padding-bottom: 5px;
    border-bottom: 2px solid var(--primaryColorLight)
}

.footerDesk {
    color: #fff;
    margin-left: 30px;
}

.footerMob,
.footerDesk {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px
}

@media (max-width:767px) {

    .footer li,
    .footer p {
        padding-left: 20px
    }

    .footerDesk {
        display: none
    }
}

@media (min-width:768px) {
    .footerMob {
        display: none
    }
}

.disclaimer {
    font-size: 12px;
    color: var(--bg);
}

/* ======== Copyright ==========  */
.copyright {
    background-color: var(--primaryColor);

}

.copyright span,
.copyright p,
.copyright a {
    font-size: 12px;
    color: #fff;
}

.priorityBadge {
    display: inline-block;
    margin: 8px auto 6px;
    padding: 6px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #3b0ca3, #0159b5);
    color: white;
    font-size: 13px;
    font-weight: 600;
}

#docType {
    color: var(--primaryColor);
}

.confirmPage {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 110px 16px 40px;
}

.nextStepBox {
    background: #f3f7ff;
    border-radius: 12px;
    padding: 14px 18px;
    margin: 14px 0 6px;
    font-size: 14px;
    color: #053568;
}

.nextStepBox strong {
    display: block;
    margin-bottom: 6px;
}



.confirmCard {
    width: 100%;
    max-width: 720px;
    background: white;
    border-radius: 18px;
    padding: 36px 34px 28px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .08);
    text-align: center;
}

.confirmIcon {
    width: 64px;
    height: 64px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primaryColor), var(--primaryColorLight));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
}



.confirmIcon {
    width: 64px;
    height: 64px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primaryColor), var(--primaryColorLight));
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkSvg {
    width: 34px;
    height: 34px;
}

.checkSvg path {
    fill: none;
    stroke: white;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;

    stroke-dasharray: 60;
    stroke-dashoffset: 60;

    animation: drawCheck .6s ease forwards;
}

@keyframes drawCheck {
    to {
        stroke-dashoffset: 0;
    }
}

.confirmIntro {
    color: var(--softText);
    line-height: 1.5;
    margin-bottom: 22px;
}

.orderBox {
    background: #f6f8fc;
    border-radius: 12px;
    padding: 18px 18px 10px;
    text-align: left;
    margin-bottom: 18px;
}

.orderBox h3 {
    margin: 0 0 12px;
    color: var(--primaryColorDark);
    font-size: 15px;
}

.orderBox .row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 14px;
}

.orderBox span {
    color: var(--softText);
}

.orderBox strong {
    color: var(--black);
}
@media (max-width: 550px) {
  .orderBox .row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .orderBox strong {
    word-break: break-word;
  }
}

.contactNote {
    font-size: 14px;
    color: var(--softText);
    margin: 10px 0 18px;
}

.sign {
    font-size: 14px;
    color: var(--text);
}

.gdprLine {
    margin-top: 20px;
    font-size: 11px;
    color: #9aa0ad;
    line-height: 1.4;
}


blockquote {
    background-color: #d4f2fb;
    border-radius: 6px;
    border-left: 5px solid #0159b4;
    padding: 20px 0px 5px 0px;
    margin-left: 0px;
}

blockquote,
p {
    padding-left: 10px;
}

.page ul {
    padding-top: 0px;
    margin-top: -15px;
}

.page h2,
ul,
p,
h5 {
    padding: 0px 0px;
}

a:link,
a:visited,
a:hover,
a:active {
    /* color: #006FBA; */
    text-decoration: none;
}

.cookieModal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.cookieModal.hidden {
  display: none;
}

.cookieCard {
  background: #fff;
  max-width: 460px;
  width: calc(100% - 40px);
  padding: 32px;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
  text-align: center;
}

.cookieCard h3 {
  margin-bottom: 14px;
}

.cookieCard p {
  font-size: 15px;
  color: #444;
}

.cookieActions {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.btnAccept {
  flex: 1;
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
}

.btnReject {
  flex: 1;
  background: #e5e7eb;
  border: none;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
}

.cookieSmall {
  margin-top: 14px;
  font-size: 13px;
}

.cookieSmall a {
  color: #2563eb;
  text-decoration: none;
}
/* ===========================
FAQ 
============================ */


.faq {
	position: relative;
	margin-bottom: 30px;
	padding: 30px 20px;
	transition: 0.6s;
	background-color: #fff;
	align-items:center;
}
.faq:hover{
	box-shadow: 0px 0px 20px #dbdbdb;
	border-radius:6px;
}
.faq:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	transition: 0.6s;
	width: 0;
	height: 0;
	background-color: #006fb8;
}
.faq:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	transition: 0.6s;
	width: 0;
	height: 0;
	background-color: #006fb8;
}
.faq:hover:after, 
.faq:hover:before{
	width:50%;
	height:2px;
}


body.embed header,
body.embed .footerSection,
body.embed #cookieModal {
  display:none!important;
}

body.embed {
  background:white;
}

body.embed .confirmPage {
  padding:0!important;
}

body.embed .confirmCard {
  box-shadow:none;
  margin:0;
}
/* ======================================
             1,2,3 steps
====================================== */


.eoriStepsSection{
/* padding:120px 0; */
background:#f5f6f8;
font-family:system-ui;
}

.stepsWrapper{
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:80px;
align-items:center;
}

.stepsContainer{
border:1px solid #cdd6ea;
border-radius:22px;
padding:40px 35px;
display:flex;
flex-direction:column;
gap:40px;
position:relative;
background: var(--darkBg);
}

.stepCard{
display:flex;
/* gap:18px; */
align-items:flex-start;
position:relative;
}

.stepNumber{
width:60px;
height:60px;
background:linear-gradient(180deg,#0159b4,#3f63b8);
color:white;
font-size:26px;
font-weight:700;
display:flex;
align-items:center;
justify-content:center;
clip-path:polygon(0 0,75% 0,100% 50%,75% 100%,0 100%);
box-shadow:0 6px 18px rgba(50,70,140,0.25);
z-index: 2;
}

.stepGlass{
background:rgba(255,255,255,0.75);
backdrop-filter:blur(12px);
border-radius:0 14px 14px 14px;
padding:22px 26px;
flex:1;
box-shadow:0 8px 20px rgba(0,0,0,0.05);
margin-left: -15px;
z-index: 1;
}

.stepTitle{
font-size:20px;
font-weight:600;
display:flex;
gap:10px;
align-items:center;
color:#2b2f38;
margin-bottom:8px;
}

.stepIcon{
font-size:18px;
}

.stepText{
color:#5a6272;
font-size:16px;
line-height:1.5;
}

.stepList{
margin:0;
padding-left:48px;
color:#5a6272;
font-size:16px;
}

.stepsInfo h2{
font-size:30px;
font-weight:600;
color:#2b2f38;
margin-bottom:15px;
text-align: center;
}

.infoDesc{
font-size:18px;
color:#5c6474;
line-height:1.6;
margin-bottom:35px;
}

.benefitsBox{
border:1px solid #cdd6ea;
border-radius:20px;
padding:25px 30px;
margin-bottom:30px;
}

.benefitsBox ul{
margin:0;
padding-left:22px;
display:flex;
flex-direction:column;
gap:14px;
font-size:17px;
color:#3c4455;
}

.benefitsBox li{
list-style:none;
position:relative;
padding-left:22px;
}

.benefitsBox li:before{
content:"✔";
position:absolute;
left:0;
color:#4caf77;
font-weight:600;
}

.ctaButton{
display:inline-block;
background:linear-gradient(180deg,#0158b4,#3f63b8);
color:white;
padding:14px 30px;
border-radius:8px;
text-decoration:none;
font-weight:600;
box-shadow:0 6px 18px rgba(50,70,140,0.3);
transition:all .2s ease;
}

.ctaButton:hover{
transform:translateY(-2px);
box-shadow:0 10px 22px rgba(50,70,140,0.35);
}

@media (max-width:1000px){

.stepsWrapper{
grid-template-columns:1fr;
gap:60px;
}

.stepsContainer{
max-width:600px;
margin:auto;
}

}

/* ======================================
             Documente
====================================== */

@media only screen and (min-width: 600px) {
    .doc {
        margin: 20px 20px 20px 20px;
        box-shadow: 0px 0px 20px #dbdbdb;
        background-color: #fff;
    }
}

.document-card {
    background: var(--bg);
    border-radius: 8px;
    box-shadow: 2px 2px 7px #dee1e9,
        -2px -2px 7px #ffffff;
    padding: 20px;
    height: 100%;
}

.single-document {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.6s;
}

.document-card {
    position: relative;
}

.document-card:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    transition: 0.6s;
    width: 0;
    height: 0;
    background-color: #006fb8;
}

.document-card:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    transition: 0.6s;
    width: 0;
    height: 0;
    background-color: #006fb8;
}

.document-card:hover:after,
.document-card:hover:before {
    width: 30%;
    height: 2px;
}

.document-card i {
    font-size: 2.7rem;
    margin-right: 20px;
    border-radius: 50%;
    text-align: center;
    transition-duration: 0.6s;
    color: #006fb8;
}

.document-card:hover i {
    background-color: #006fb8;
    background: linear-gradient(180deg, rgba(199, 240, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.document-card ul{
    padding-left: 50px;
}


/* ======================================
             about eori
====================================== */

/* about-eori-1 */

@media only screen and (min-width: 991px) {
	.about-text {
		padding-top: 60px;
	}
  
}

.wrapper {
    animation-duration: 6s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-name: bounce;
    animation-timing-function: ease;
    z-index: -1;
    position: relative;
    pointer-events: none;
}

.aboutBlobRight {
    margin-top: -300px;
    margin-right: -100px;
}
.about-eori-one {
    margin-bottom: 0;
    padding-bottom: 0;
}

.about-eori-one .row {
    align-items: center;
}
.aboutBlobLeft {
    margin-top: -300px;
    margin-left: -80px;
}.about-eori-one {
    margin-bottom: 40px;
}
.about-eori-one .info-col:first-child {
    position: relative;
}
@media only screen and (max-width: 1000px) {

    .about-eori-one .info-col,
    .about-eori-one .info-col * {
        text-align: center;
    }

    .about-eori-one .info-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-eori-one .ctaButton {
        margin: 20px auto 0;
    }

    .about-eori-one .wrapper {
        margin-left: auto;
        margin-right: auto;
    }
    .dots {
    display: none !important;
}

}
.dots {
    z-index: -1;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-name: bounce;
    animation-timing-function: ease;
    position: absolute;
    left: 10px;
    bottom: 20px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
	.dots {
		display:none;
	}
}
@media only screen and (max-width: 1024px) {
	.dots {
		display: none;
	}
}@media only screen and (max-width: 767px) {
	.ce-este-bounce {
		display: none;
	}
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-30px);
	}

	100% {
		transform: translateY(0);
	}

}



/* ================ price ===============*/



.col-gapPrice {
    border-radius: 8px;
    box-shadow: 5px 5px 14px #dee1e9, -5px -5px 14px #ffffff;
    padding: 20px;
    height: 100%;


}

.col-gapPrice h3 {
    font-size: 18px;
    font-weight: 700;
    color: rgb(89, 95, 98);
}

.priceTag {
    font-size: 16px !important;
    font-weight: 700;
    color: rgb(10, 10, 10) !important;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    font-family: 'Now Alt', 'Segoe UI', Tahoma, sans-serif;
}

.neumorphic-divider {
    height: 2px;
    margin: 20px 0;
    background: #e6e6e6;
    border-bottom: 1px solid white;
}

.price-divider {
    height: 2px;
    margin: 20px 0;
    background: var(--primaryColor);
    border-bottom: 1px solid white;
}

.col-gapPrice p {
    font-size: 14px;
    color: #6b6a6a;
    padding: 0;

}

.priceButton {
    margin-top: 40px;
    margin-bottom: 20px;
}

.timeline-progress {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 25px;
    position: relative;
}

/* line */
.timeline-progress::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 5%;
    right: 5%;
    height: 2px;
    background: #d1d5db;
    z-index: 0;
}

.step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
}

/* circles */
.circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e5e7eb;
    margin: 0 auto;
    line-height: 32px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
}

/* label = TOP TEXT */
.label {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
}

/* date = BELOW */
.date {
    margin-top: 6px;
    font-size: 12px;
    color: #888;
    line-height: 1.3;
}


@media only screen and (max-width: 1000px) {

    #button {
        transform: scale(0.82);
        transform-origin: bottom right;
        bottom: 10px !important;
        right: 10px !important;
    }

    #button-body {
        width: 48px !important;
        height: 48px !important;
    }

    #button-body svg {
        width: 20px !important;
        height: 20px !important;
    }

    #new-message {
        transform: scale(0.85);
    }

}

