:root {
	--cc-overlay-bg: rgba(4,6, 8, .39) !important;
	--cc-btn-secondary-bg: #ffffff !important;
	--cc-btn-secondary-border: 1px solid #0F2133 !important;
	--cc-text: #0F2133 !important;
    --background-light: #F8FBFE;
    --background-white: #FFFFFF;
    --background-soft: #F0F4F7;

}

/* Style for footer buttons */
.footer-buttons {
    text-align: center;
    margin-top: 20px;
}

footer #cookies {
    background: none;
    color: white;
    border: none;
    margin-right: 7px;
    font-size: 13px;
}

.nav-button {
    padding: 7px !important;
    color: var(--cc-text) !important;
    margin-top: -3px;
    font-size: 17px !important;
}


.nav-button:focus {
    box-shadow: none !important;
}

* {
	scroll-behavior: smooth;
}

html, body, #doxiview, #overlay {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;

	font-family: segoe ui, sans-serif !important;
	font-size: 16px;
}

#cm.cloud .c-bn {
    border: var(--cc-btn-secondary-border);
}

#s-sv-bn {
    border: var(--cc-btn-secondary-border);
}

.bold {
	 font-weight: 600;
}

#doxiview {
	border: none;
	display: block;
}

#overlay {
	position: absolute;
	overflow-y: auto;
	color: #555a5f;
	background-color: white;
	display: flex;
    flex-direction: column;
}

#overlay header {
	position: relative;
	background-color: white;
	height: 48px;
	flex-shrink: 0;
	box-shadow: 0 3px 2px 0px #00000029;
}

#navigationCotainer {
    display: flex;
}

#data-icon {
    background-image: url(../images/data-icon.png);
    background-size: 100% 100%;
    height: 24em;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

#sign-document-icon {
    background-image: url(../images/sign-document-icon.png);
    background-size: 100% 100%;
    height: 24em;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
#efficient-ai-icon {
    background-image: url(../images/efficient-ai-icon.svg);
    background-size: 100% 100%;
    height: 24em;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

#collaboration-icon {
    background-image: url(../images/collaboration-icon.png);
    background-size: 100% 100%;
    height: 24em;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#process-invoice-icon {
    background-image: url(../images/process-invoice-icon.svg);
    background-size: 100% 100%;
    height: 20em;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#scan-mobile-icon {
    background-image: url(../images/scan-mobile-icon.png);
    background-size: 100% 100%;
    height: 30em;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#universal-icon {
    background-image: url(../images/universal-icon.png);
}
#intelligent-icon {
    background-image: url(../images/intelligent-icon.png);
}
#data-protection-compliant-icon {
    background-image: url(../images/data-protection-compliant-icon.png);
}
#can-be-integrated-icon {
    background-image: url(../images/can-be-integrated-icon.png);
}

.how-doxiview-work-icon {
	background-size: 100% 100%;
    height: 10em;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#navigationCotainer .separator {
    border-left: 1px solid #8895A7;
    margin-right: 14px;
    display: inline-block;
    margin-bottom: -5px;
    height: 6px;
    margin-left: 7px;
    padding-top: 24px;
    margin-top: 5px;
}

#languageSelect .dropbtn {
    background: url("../images/web.svg") center center / 24px no-repeat;
    width: 24px;
    height: 24px;
    margin-bottom: 0px;
    display: flex;
    margin-top: -18px;
    margin-left: -2px;
}

#languageSelect .dropdown-toggle {
	display: flex;
    padding-left: 24px;
    width: 100%;
    height: 23%;
}

#overlay #iconContainer {
	display: flex;
	height: 38px;
    color: #961e28;
	margin: 5px 0;
}

.container-fluid.cyclic-background {
    padding: 0 !important;
}

#overlay #iconContainer {
	margin: 6px 15px;
    width: 50%;
}

.viewerIcon {
	height: 32px;
	margin-top: 2px;
	margin-left: -19px;
}

#overlay #menuContainer {
    display: flex;
    margin: 7px 0;
    justify-content: flex-end;
    text-wrap: nowrap;
}

#dataProtection {
   	display: flex;
}

.bold-weight {
    font-weight: 500;
}

#mainPanel {
    display: flex;
    flex-direction: column;
}

#dataProtectionSection,
#howDoxiviewWorksSection,
#processInvoiceSection,
#scanMobileSection,
#collaborationSection,
#efficientAISection,
#signDocumentSection,
#cases {
    padding-left: 8%;
    padding-right: 8%;
}

.cyclic-background section:nth-child(3n+1) {
    background-color: var(--background-light);
}

.cyclic-background section:nth-child(3n+2) {
    background-color: var(--background-white);
}

.cyclic-background section:nth-child(3n+3) {
    background-color: var(--background-soft);
}

section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-section-heading {
    color: var(--cc-text);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 36px;
}

.main-section-subsubheading {
    padding-top: 9px;
    text-align: center;
    font-size: 26px !important;
    padding-left: 8%;
    padding-right: 8%;
    font-weight: 400 !important;
    margin-left: auto;
    margin-right: auto;
}

.main-section-subheading,
.data-heading,
.features-heading,
.license-heading,
.how-doxiview-works-heading,
.process-invoice-heading,
.sign-document-heading,
.scan-mobile-heading,
.efficient-ai-heading,
.collaboration-heading,
.case-heading {
    font-size: 28px !important;
}

#cases .container p {
    width: 60% !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.45em;
}

#linkedin {
    background-image: url(../images/linkedIn.svg);
    background-size: 100%  100%;
    width: 1.5em;
    height: 1.5em;
    margin: 0.5em auto -0.5em;
}

#youtube {
    background-image: url(../images/youtube.svg);
    background-size: 100%  100%;
    width: 1.5em;
    height: 1.5em;
    margin: 0.5em auto -0.5em;
}

ul.data-list,
ul.process-invoice-list,
ul.sign-document-list,
ul.scan-mobile-list,
ul.efficient-ai-list,
ul.collaboration-list {
    list-style-image: url('../images/check-bold.svg');
    font-size: 22px;
    color: var(--cc-text);
    width: 100%;
}

[class*='-list-item'] {
    padding-left: 11px;
    margin-left: -4px;
    margin-bottom: 7px;
}

p.data-text {
    font-size: 26px;
    color: var(--cc-text);
}

h2.data-heading.title,
h2.process-invoice-heading.title,
h2.sign-document-heading.title,
h2.scan-mobile-heading.title,
h2.efficient-ai-heading.title,
h2.collaboration-heading.title {
    justify-content: left !important;
	text-align: left !important;
}

#languageSelect, #infoSelect {
	position: relative;
    display: inline-block;
	cursor: pointer;
	font-size: 16px;
	margin-right: 1em;
}

#languageSelect .dropbtn,
#infoSelect .dropbtn {
	display: flex;
    align-items: center;
}

#languageSelect {
    width: 1em;
    height: 100%;
    margin-top: 15px;
    margin-left: 10px;
}

#languageSelect .dropbtn {
    background: url(../images/web.svg);
    width: 24px;
    height: 24px;
    margin-bottom: 0px;
    display: flex;
    margin-top: -18px;
    margin-left: -2px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

#infoSelect .dropbtn:before {
	content: " ";
	background-image: url(../images/warning.svg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 8px;
}

#infoSelect.noWarning .dropbtn:before {
	background-image: url(../images/info.svg);
}

#infoSelect .warning:after {
	content: "";
	background-image: url(../images/warning.svg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 5px;
	vertical-align: middle;
}

#infoSelect.noWarning .warning:after {
	display: none;
}

#languageSelect .dropdown-content a:before {
	background-color: #DEE3E8;
	color: #282D30;
	display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    text-align: center;
    border-radius: 3px;
}

#languageSelect .dropdown-content a.selected:before {
	background-color: #961e28;
	color: white;
}

#languageSelect .dropdown-content .lng-de:before {
	content: "DE";
}
#languageSelect .dropdown-content .lng-en:before {
	content: "EN";
}
#languageSelect .dropdown-content .lng-es:before {
	content: "ES";
}
#languageSelect .dropdown-content .lng-pt:before {
	content: "PT";
}

.dropdown-content button:hover {
    background-color: #f1f1f1;
}

.dropdown-content button {
    color: inherit;
    padding: 8px 20px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    font-size: 16px;
    font-family: segoe ui, sans-serif !important;
    border: none;
    background-color: transparent;
    width: 100%;
    text-align: left;
}

#overlay #menuContainer .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 156px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
	right: 0;
}

#overlay #menuContainer .dropdown-content a {
	color: inherit;
    padding: 8px 20px;
    text-decoration: none;
    display: block;
	white-space: nowrap;
}

#overlay #menuContainer #languageSelect.visible .dropdown-content,
#overlay #menuContainer #infoSelect.visible .dropdown-content {
    display: block;
}

#overlay #menuContainer #languageSelect .dropdown-content,
#overlay #menuContainer #infoSelect .dropdown-content {
    display: none;
}

#overlay #menuContainer #languageSelect:focus .dropdown-content,
#overlay #menuContainer #infoSelect:focus .dropdown-content {
    display: block;
}

#overlay #menuContainer .dropdown-content a:hover {
	background-color: #f1f1f1
}

/* =========== Hint =========== */
img.storeImage {
	width: 121px;
    max-width: 36%;
}

#appHintPanel {
    background: white;
    position: relative;
    text-align: center;
    margin-top: 12px;
    padding: 10px;
    box-sizing: content-box;
	display: none;
}

#appHintPanel a {
	text-decoration: none;
}

#overlay.ocr #appHintPanel {
	display: block;
}

#appHintPanel, #deeper, #aboutOcr {
    background-color: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #CCD7E4;
    position: relative;
    border-radius: 20px;
}

#overlay.ocr.mobile #appHintPanel {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* ========== FOOTER ========== */

footer a {
    text-decoration: none;
    color: white;
    font-size: 13px;
    display: inline-flex;
    margin-left: 4px !important;
    margin-right: 11px !important;
}

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

#overlay #copyright {
	color: inherit;
	text-decoration: none;
}

#overlay #copyright:hover {
	color: #961e28;
}


/* ========== COOKIE BANNER ========== */
#overlay #cookieBanner {
	position: fixed;
	bottom: 0;
	width: 100%;
	min-height: 40px;
	line-height: 40px;
	background-color: rgba(222, 227, 232, 0.9);
	text-align: center;
	font-size: 14px;
	font-family: "Segoe UI", serif;
}

#overlay #cookieBanner .close {
    display: inline-block;
    float: right;
    height: 30px;
    width: 30px;
    margin: 5px;
    cursor: pointer;
	background: url(../images/close.svg) no-repeat center;
}

#overlay #cookieBanner a {
	color: #00558c;
}


/* ========== UPLOAD CONTAINER ========== */
#overlay .container {
	justify-content: center;
	flex-grow: 1;
}

#overlay #pageTitle {
	text-align: center;
	margin: 0 auto;
    position: relative;
    top: 10%;
}

#overlay .frame {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    order: 1;
    background-color: inherit;
    margin-left: 21px;
    margin-right: 20px;
    overflow: hidden;
}

#clipbaord-icon {
    background-image: url(../images/clipboard.svg);
    background-size: 100%  100%;
    width: 100%;
    height: 8em;
    margin: 0.5em auto -0.5em;
    min-width: 8em;
    max-width: 10.4em;
}

.feature-flow-icon {
    background-image: url(../images/flow.svg);
    background-size: 100%  100%;
    width: 9.2em;
    height: 3em;
}

.feature-deeper-icon {
    background-image: url(../images/feature-deeper-icon.png);
    background-size: 100%  100%;
    width: 9.2em;
    height: 3em;
}

.feature-easyread-icon {
    background-image: url(../images/easyread.svg);
    background-size: 100%  100%;
    width: 12.2em;
    height: 3em;
}
.feature-doxisafe-icon {
    background-image: url(../images/doxisafe.svg);
    background-size: 100%  100%;
    width: 12.2em;
    height: 3em;
}

.feature-arrow-icon {
    background-image: url(../images/arrow-right.svg);
    background-size: 100%  100%;
    width: 18px;
    height: 18px;
}

.feature-link-container {
    display: flex;
    position: absolute;
    bottom: 8px;
}

.feature-flow,
.feature-doxisafe,
.feature-easyread {
	background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 20px 30px 45px 30px !important;
    margin: 20px 20px;
    position: relative;
}

.features-heading {
    margin-bottom: 50px !important;
}


.feature-link-text {
    font-size: 20px;
    color: #4D6278;
    margin-left: 10px;
    margin-top: -7px;
    text-decoration: none;
    margin-bottom: 12px;
}

.feature-link-text:hover {
    color: #4D6278;
}

#features {
    padding-left: 5%;
    padding-right: 5%;
}

p {
    font-size: 20px;
    color: #0f2133;
}

#features p {
	margin-top: 10px;
    margin-bottom: 31px;
}

.universal-heading,
.intelligent-heading,
.data-protection-compliant-heading,
.can-be-integrated-heading {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 500;
}

#howDoxiviewWorksSection p {
    padding: 0;
    margin: 0;
}

#doxiconnect-icon {
    background-image: url(../images/doxiconnect.svg);
    background-size: 100%  100%;
    width: 100%;
    height: 8em;
    margin: 0.5em auto -0.5em;
    max-width: 14.4em;
    min-width: 8em;
}

#clipboard, #doxiconnect {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
    font-size: 19px;
    box-sizing: border-box;
    cursor: pointer;
}

.ocr.mobile #main-section {
    display: none !important;
}

.mobile #clipboard-frame {
    display: none !important;
}

#overlay .frame.load {
	border-color: #E11E19;
	border-top-color: transparent;
}

#overlay .frame:hover {
	border-color: #E11E19;
}

#overlay .title {
    margin-bottom: 1em;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    justify-content: center;
    color: #0f2133;
    min-height: 20px;
	text-align: center;
}

#click-here-div1 {
    font-size: 16px;
}

.doxiconnect {
    border-style: solid !important;
}

#overlay .dropzone,
#overlay .clipboard,
#overlay .doxiconnect {
    flex-grow: 1;
    height: 100%;
    border-style: dashed;
    border-radius: 20px;
    display: flex;
    width: 100%;
    flex-flow: column;
    justify-content: center;
    min-height: 280px;
}

#overlay .dropzone:hover {
	border-color: #E11E19 !important;
}

#overlay .dropzone.load,
#overlay .clipboard.load {
	border-color: #E11E19 !important;
	border-top-color: transparent;
	border-top-left-radius:0;
	border-top-right-radius:0;
}

.upload-icon {
    background-image: url(../images/drag-docs.svg);
    background-size: 100%  100%;
    max-width: 10.4em;
    height: 8em;
    margin: 0.5em auto -0.5em;
    width: 100%;
    min-width: 8em;
}

.dropzone.dz-drag-hover {
	background-color: white;
    border-color: #E11E19 !important;
    border-radius: 20px;
}

#overlay .dropzone .dz-message {
	margin: 0;
	font-size: 16px;
    color: #869CB3;
}

.dropzone.dz-started .dz-message {
    display: block; /* avoid hiding the message */
}

.clipboard-message,
.doxiconnect-message {
    margin: 0;
    font-size: 16px;
    color: #869CB3;
}

#overlay .fileQueue {
	margin: 0;
    padding: 1em;
    max-height: 150px;
    overflow: auto;
}

#overlay .fileQueue .item {
	list-style: none;
	background-color: #ececec;
    border-radius: 5px;
    padding: 0.5em;
    margin: 0.5em 0;
    display: flex;
	flex-direction: row;
}

#overlay .fileQueue .item .fileName {
	flex-grow: 1;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#overlay .fileQueue .item .remove {
	width: 1em;
	height: 1em;
	cursor: pointer;
	align-self: center;
	background: url(../images/close.svg) no-repeat center;
}

#overlay .buttonBar button {
	background-color: #961e28;
	color: white;
	padding: 0.3em 0.6em;
    font-size: 0.875em;
    border-radius: 0.2em;
    border: none;
	line-height: 1.25em;
	cursor: pointer;
}

#overlay .imprintContainer {
	position: absolute;
    bottom: 30px;
	left: 30px;
}

#overlay .imprintContainer a {
	margin-right: 0.5em;
	color: #777;
    text-decoration: none;
}

#overlay .imprintContainer a:hover {
	color: #333;
}

.invisible {
	display: none;
}

.panelGroup {
	justify-content: center;
	flex-wrap: wrap;
	top: 20%;
	display: flex;
    flex-direction: row;
	width: 90%;
    margin: 2em auto;
}

#overlay.ocr .panelGroup {
	top: 0;
}

#clipboard:hover,
#doxiconnect:hover {
    border-color: #E11E19 !important;
}

#overlay.ocr.mobile .panelGroup {
	margin-top: 0;
}

#progressbar.load {
    background-color: white;
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    height: 7px;
    overflow: hidden;
}

#progressbar {
    background-color: transparent;
    position: absolute;
    width: 100%;
    top: -4px;
	left: 0;
	height: 7px;
}

#progressSpan.load {
    border: 2px solid #E11E19;
    background-color: #E11E19;
}

#progressSpan {
    width: 100%;
    border: 2px solid transparent;
    box-sizing: border-box;
    display: block;
}

#clipboard-progressbar.load {
    background-color: white;
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    height: 7px;
}

#clipboard-progressbar {
    background-color: transparent;
    position: absolute;
    width: 100%;
    top: -4px;
	left: 0;
	height: 7px;
}

#clipboard-progressSpan.load {
    border: 2px solid #E11E19;
    background-color: #E11E19;
}

#clipboard-progressSpan {
    width: 100%;
    border: 2px solid transparent;
    box-sizing: border-box;
    display: block;
}


#upload {
	background-color: white;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}

p.description {
    text-align: left;
    font-size: 13px;
    color: #0F2133;
}

#upload .showcaseLink {
	color: white;
	background-color: rgba(225, 30, 25, 1);
	text-decoration: none;
	padding: 0.3em;
	font-weight: 600;
}

#showcaseLinkContainer .link,
#showcaseLinkContainer .showcaseLink {
	color: #0F2133;
	padding: 0.3em;
}

#showcaseLinkContainer,
#caseLinkContainer {
    margin-left: auto;
    margin-right: auto;
    color: #961e28;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #DFE7F0 !important;
    padding: 0px 14px;
    border-radius: 3px;
}

#showcaseLinkContainer .doxiviewLink {
    color: #0F2133;
}

.showcase-button,
.cases-button {
    font-size: 20px !important;
    color: #0E2032 !important;
    border-color: #4D6278 !important;
    background-color: #DFE7F0 !important;
    border: none !important;
    padding-left: 0px !important;
    width: 100% !important;
    font-weight: 600 !important;
}

.arrow-icon {
    background-image: url(../images/arrow-right.svg);
    background-size: 100%  100%;
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(0);
}

#scanMobileSection a,
#efficientAISection a {
    font-size: 22px;
    color: var(--cc-text);
}


.showcase-button:focus,
.cases-button:focus {
	box-shadow: none !important;
}

.case-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#overlay.ocr #showcaseLinkContainer {
	display: none;
}

#showcaseLinkContainer .link, #showcaseLinkContainer .showcaseLink {
    padding: 0.94em;
    background-color: #E11E19;
    border-radius: 5px;
    font-size: 16px;
    color: white;
    text-decoration: none;
    text-align: center;
    margin-bottom: 15px;
}

#main-section {
    display: flex;
    overflow: hidden;
    text-align: center;
    height: 100%;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-top: 30px;
    background-color: inherit;
}

.license-heading {
    color: white !important;
    margin-bottom: 45px !important;
}

#license {
    background-color: #2E425D;
}

.request-button {
    background-color: white !important;
    color: #2E425D !important;
    font-size: 20px !important;
    padding: 2px 17px !important;
    border-color: white !important;
    margin-right: 40px;
}

.request-button:focus,
.learn-button:focus {
	box-shadow: none !important;
}

.learn-button,
.learn-button:hover {
    border-color: white !important;
    background-color: transparent !important;
    color: white !important;
    font-size: 20px !important;
    padding: 2px 17px !important;
    border-width: 2px !important;
}

.license-buttons-container {
    text-align: center;
}

/* ========== MOBILE DEVICE ========== */
/* touch */
@media (pointer:coarse) {
	#overlay #menuContainer .dropdown-content {
		top: 1.5em;
	}
}


/* ========== MOBILE LAYOUT ADJUSTMENTS ========== */
@media screen and (max-width: 768px) and (orientation: portrait) {

	section {
    	padding-top: 20px;
    	padding-bottom: 20px;
	}
	#mainPanel {
		order: 1;
		width: 100%;
    	display: flex;
    	flex-direction: column;
    	align-items: center;
	}

	#navigationCotainer {
		display: none;
	}

	#showcase {
		display: none;
	}

	#overlay #menuContainer {
    	margin: -38px 0px;
	}

	.how-doxiview-work-icon {
	    height: 8em;
	    margin-top: 1em !important;
	}

	#howDoxiviewWorksSection .col-sm-3 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-sm {
        flex: initial !important;
    }

    #howDoxiviewWorksSection .mt-5 {
    	margin-top: 0.5rem !important;
	}

	#main-section #clipboard-frame, #main-section #doxiconnect-frame {
    	display: none;
	}

	#howDoxiviewWorksSection .container {
	    max-width: 540px;
	    display: flex;
	    flex-flow: row;
	    align-items: center;
	}

	#howDoxiviewWorksSection .row {
	    display: flex;
	    flex-direction: row !important;
	    width: 100%;
	    height: fit-content;
	 	text-align: left !important;
	 	margin-top: 0 !important;
	}

	#upload .showcaseLink {
		width: 100%;
	}

	/* How doXiview Works Section - Make vertical layout */
	#howDoxiviewWorksSection .row {
		flex-direction: column;
	}

	/* Process Invoice Section - Image first on mobile */
	#processInvoiceSection .row {
		flex-direction: column-reverse;
	}

	#sign-document-icon {
    	background-position: center;
	}

	#efficient-ai-icon {
	    background-position: center;
	}

	#data-icon {
	    background-position: center;
	}

	#processInvoiceSection #process-invoice-icon {
		margin-bottom: 2rem;
		height: 15em;
	}

	/* Sign Document Section - Image first on mobile */
	#signDocumentSection .row {
		flex-direction: column;
	}

	#signDocumentSection #sign-document-icon {
		margin-bottom: 2rem;
		height: 15em;
	}

	/* Scan Mobile Section - Image first on mobile */
	#scanMobileSection .row {
		flex-direction: column-reverse;
	}

	#scanMobileSection #scan-mobile-icon {
		margin-bottom: 2rem;
		height: 15em;
	}

	/* Efficient AI Section - Image first on mobile */
	#efficientAISection .row {
		flex-direction: column;
	}

	#efficientAISection #efficient-ai-icon {
		margin-bottom: 2rem;
		height: 15em;
	}

	/* Collaboration Section - Image first on mobile */
	#collaborationSection .row {
		flex-direction: column-reverse;
	}

	#collaborationSection #collaboration-icon {
		margin-bottom: 2rem;
		height: 15em;
	}

	/* Data Protection Section - Image first on mobile */
	#dataProtectionSection .row {
		flex-direction: column;
	}

	#dataProtectionSection #data-icon {
		margin-bottom: 2rem;
		height: 15em;
	}

	/* Adjust icon heights for mobile */
	#process-invoice-icon,
	#sign-document-icon,
	#scan-mobile-icon,
	#efficient-ai-icon,
	#collaboration-icon,
	#data-icon {
		height: 20em;
	}

	/* Adjust section padding for mobile */
	#dataProtectionSection,
	#howDoxiviewWorksSection,
	#processInvoiceSection,
	#scanMobileSection,
	#collaborationSection,
	#efficientAISection,
	#signDocumentSection,
	#cases {
		padding-left: 5%;
		padding-right: 5%;
	}

	/* Adjust headings for mobile */
	.main-section-heading {
		font-size: 28px;
	}

	.main-section-subsubheading {
		font-size: 20px !important;
		padding-left: 5%;
		padding-right: 5%;
	}

	.main-section-subheading,
	.data-heading,
	.features-heading,
	.license-heading,
	.how-doxiview-works-heading,
	.process-invoice-heading,
	.sign-document-heading,
	.scan-mobile-heading,
	.efficient-ai-heading,
	.collaboration-heading,
	.case-heading {
		font-size: 24px !important;
	}

	/* Adjust list font sizes for mobile */
	ul.data-list,
	ul.process-invoice-list,
	ul.sign-document-list,
	ul.scan-mobile-list,
	ul.efficient-ai-list,
	ul.collaboration-list {
		font-size: 18px;
	}

	#scanMobileSection a, #efficientAISection a {
	    font-size: 18px;
	}

	#cases .container p {
	    width: 100% !important;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 1.45em;
	}

	#howDoxiviewWorksSection p {
		margin-left: 25% !important;
	}

	/* Adjust paragraph font sizes for mobile */
	p {
		font-size: 18px;
	}

	.universal-heading, .intelligent-heading, .data-protection-compliant-heading, .can-be-integrated-heading {
    	margin-left: 25% !important;
	}
	p.data-text {
		font-size: 20px;
	}
}

/* ========== SMALL MOBILE DEVICES ========== */

@media screen and (max-width: 480px) and (orientation: portrait)  {
	#dataProtection {
    	display: none;
	}
	#dataProtectionSection,
	#howDoxiviewWorksSection,
	#processInvoiceSection,
	#scanMobileSection,
	#collaborationSection,
	#efficientAISection,
	#signDocumentSection,
	#cases {
		padding-left: 3%;
		padding-right: 3%;
	}

	#process-invoice-icon,
	#sign-document-icon,
	#scan-mobile-icon,
	#efficient-ai-icon,
	#collaboration-icon,
	#data-icon {
		height: 16em;
	}

	#howDoxiviewWorksSection .how-doxiview-work-icon {
		height: 6em;
	}

	section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/* ========== MOBILE NAVIGATION ========== */

/* Mobile Menu Toggle Button (Hamburger) */
.mobile-menu-toggle {
	display: none;
	position: absolute;
	top: 15px;
	right: 20px;
	width: 30px;
	height: 25px;
	cursor: pointer;
	z-index: 1001;
}

.mobile-menu-toggle span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #0F2133;
	margin: 5px 0;
	transition: all 0.3s ease;
	border-radius: 2px;
}

/* Mobile Navigation Overlay */
.mobile-nav-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.mobile-nav-overlay.active {
	opacity: 1;
}

.mobile-nav-content {
	position: absolute;
	top: 0;
	right: -300px;
	width: 280px;
	height: 100%;
	background-color: white;
	transition: right 0.3s ease;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}

.mobile-nav-overlay.active .mobile-nav-content {
	right: 0;
}

/* Mobile Nav Header with Close Button */
.mobile-nav-header {
	display: flex;
	justify-content: flex-end;
	padding: 20px;
	border-bottom: 1px solid #eee;
}

.mobile-nav-close {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: relative;
}

.mobile-nav-close span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	background-color: #0F2133;
	transform: translate(-50%, -50%);
}

.mobile-nav-close span:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-nav-close span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* Mobile Navigation Menu */
.mobile-nav-menu {
	padding: 20px;
}

.mobile-nav-item {
	display: block;
	padding: 15px 0;
	font-size: 18px;
	color: #0F2133;
	text-decoration: none;
	border-bottom: 1px solid #f0f0f0;
	transition: color 0.3s ease;
}

.mobile-nav-item:hover {
	color: #961e28;
}

.mobile-nav-separator {
	height: 1px;
	background-color: #eee;
	margin: 20px 0;
}

/* Mobile Language Selector */
.mobile-language-selector {
	margin-top: 20px;
}

.mobile-lang-label {
	display: block;
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}

.mobile-lang-buttons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.mobile-lang-btn {
	padding: 8px 16px;
	border: 1px solid #ddd;
	background-color: white;
	color: #0F2133;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 14px;
}

.mobile-lang-btn:hover {
	background-color: #0F2133;
	color: white;
	border-color: #0F2133;
}

.mobile-lang-btn.selected {
	background-color: #961e28;
	color: white;
	border-color: #961e28;
}

.mobile-lang-btn.selected:hover {
	background-color: #7a1a22;
	border-color: #7a1a22;
}

/* Show mobile menu on mobile devices */
@media screen and (max-width: 768px) {
	.mobile-menu-toggle {
		display: block;
		position: absolute;
		top: 11px;
		right: 20px;
	}


	/* Animate hamburger to X when menu is open */
	.mobile-nav-overlay.active ~ header .mobile-menu-toggle span:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px);
	}

	.mobile-nav-overlay.active ~ header .mobile-menu-toggle span:nth-child(2) {
		opacity: 0;
	}

	.mobile-nav-overlay.active ~ header .mobile-menu-toggle span:nth-child(3) {
		transform: rotate(-45deg) translate(7px, -6px);
	}
}