@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
 	vertical-align: baseline;}

    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
        display: block;}

    body {
        line-height: 1;
    }

    .logo-up-img {
        width: 300px;
    }

    .logo-down-img {
        width: 300px;
    }

    ol, ul {
        list-style: none;
    }

    .homepage-link {
        color: blue; /* Set the color to blue */
        text-decoration: none; /* Remove underline */
        border: none;
    }

    blockquote, q {
        quotes: none;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    body {
        -webkit-text-size-adjust: none;
        background-color: #3F7652;

    }

    mark {
        background-color: transparent;
        color: inherit;
    }

 @media screen and (max-width: 375px), /* iPhone 6, 7, 8 */
     screen and (max-width: 414px), /* iPhone 6 Plus, 7 Plus, 8 Plus */
     screen and (max-width: 414px) and (orientation: landscape), /* iPhone X, 11 Pro, 12 Pro */
     screen and (max-width: 428px), /* iPhone 12 Pro Max */
     screen and (max-width: 360px), /* Samsung Galaxy S5 */
     screen and (max-width: 360px) and (orientation: landscape), /* Galaxy S5 landscape */
     screen and (max-width: 412px) and (orientation: landscape), /* Galaxy S9, S10 */
     screen and (max-width: 412px) and (orientation: portrait) {

    .second-mobiletitle {
      display: none;
    }

    .breakLine {
      display: none;
    }

    .empty-space-mobile {
      display: block;
      height: 1px; /* Adjust the height as needed */
    }
  }

  /* Additional styles for desktop */
  @media screen and (min-width: 769px) {
    .empty-space-mobile {
      display: none;
    }
  }

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}



.top-space {
    margin-top: 50px;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #2e3842;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
 			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: #fff;
		font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
		font-size: 15pt;
		font-weight: 400;
		letter-spacing: 0.075em;
		line-height: 1.65em;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 13pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 736px) {

			body, input, select, textarea {
				font-size: 11pt;
				letter-spacing: 0.0375em;
			}

		}

	a {
		-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		border-bottom: dotted 1px;
		color: inherit;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
 		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #fff;
		font-weight: 800;
		letter-spacing: 0.225em;
		line-height: 1em;
		margin: 0 0 1em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1.35em;
		line-height: 1.75em;
	}

		@media screen and (max-width: 736px) {

			h2 {
				font-size: 1.1em;
				line-height: 1.65em;
			}

		}

	h3 {
		font-size: 1.15em;
		line-height: 1.75em;
	}

		@media screen and (max-width: 736px) {

			h3 {
				font-size: 1em;
				line-height: 1.65em;
			}

		}

	h4 {
		font-size: 1em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.8em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 2px #fff;
		margin: 3em 0;
	}

		hr.major {
			margin: 4.5em 0;
		}

	blockquote {
		border-left: solid 4px #fff;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(144, 144, 144, 0.25);
		border-radius: 3px;
		font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
		font-size: 0.9em;
		letter-spacing: 0;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: rgba(255, 255, 255, 0.5);
		position: relative;
		top: -0.25em;
	}

	header h3 + p {
		font-size: 1.1em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
	}

	header.major {
		margin: 0 0 3.5em 0;
	}

		header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
			border-bottom: solid 2px #fff;
			display: inline-block;
			padding-bottom: 1em;
			position: relative;
		}

			header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after {
				content: '';
				display: block;
				height: 1px;
			}

		header.major p {
			color: #fff;
			top: 0;
		}

		@media screen and (max-width: 736px) {

			header.major {
				margin: 0 0 2em 0;
			}

		}

	@media screen and (max-width: 980px) {

		header br {
			display: none;
		}

	}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #fff;
		display: block;
		font-size: 0.9em;
		font-weight: 600;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background-color: rgba(144, 144, 144, 0.25);
		border-radius: 3px;
		border: none;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			box-shadow: 0 0 0 2px #21b2a6;
		}

	select {
		background-size: 1.25em;
		background-repeat: no-repeat;
		background-position: calc(100% - 1em) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}



		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #fff;
			cursor: pointer;
			display: none;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: none;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(144, 144, 144, 0.25);
				border-radius: 3px;
				content: '';
				display: none;
				font-size: 0.8em;
				height: 2.0625em;
				left: 0;
				line-height: 2.0625em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.0625em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #2e3842;
			color: #fff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			box-shadow: 0 0 0 2px #21b2a6;
		}

	input[type="checkbox"] + label:before {
		border-radius: 3px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	.container {
        display: flex;
        justify-content: center; /* Change this to center or flex-start as needed */
        align-items: flex-start;
    }

    .left-paragraph,
    .right-paragraph {
        text-align: left;
        margin: 0 100px;
    }

body {
    -webkit-user-select: none; /* Safari/Chrome */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

/* Box */

	.box {
		border-radius: 3px;
		border: solid 2px #fff;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
		}

		.icon.major {
			-moz-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			border-radius: 3px;
			border: solid 2px #fff;
			display: inline-block;
			font-size: 1.35em;
			height: calc(3em + 2px);
			line-height: 3em;
			text-align: center;
			width: calc(3em + 2px);
		}

			.icon.major:before {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				display: inline-block;
				font-size: 1.5em;
			}

			@media screen and (max-width: 736px) {

				.icon.major {
					font-size: 1em;
				}

			}

		.icon.style1 {
			color: #00ffcc;
		}

		.icon.style2 {
			color: #00f0ff;
		}

		.icon.style3 {
			color: #76ddff;
		}

/* Image */

	.image {
		border-radius: 3px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 3px;
			display: block;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 2em 2em;
			top: 0.25em;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
 		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #fff;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}



/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 1em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0 !important;
			}

		ul.icons.major {
			padding: 1em 0;
		}

			ul.icons.major li {
				padding-right: 3.5em;
			}

				@media screen and (max-width: 736px) {

					ul.icons.major li {
						padding: 0 1em !important;
					}

				}

/* Button */

	input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button,
    .button {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        background-color: transparent;
        border-radius: 3px;
         box-shadow: inset 0 0 0 0 #fff;
        color: #000;
        cursor: pointer;
        display: inline-block;
        font-size: 0.8em;
        font-weight: 600;
        height: 3.125em;
        letter-spacing: 0.225em;
        line-height: 3.125em;
        max-width: 30em;
        padding: 0 2.75em;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #f5f5f5;
			border-radius: 8px;
            border: none; /* Add a border here */
			box-shadow: none !important;
			color: #000000 !important;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #3F7652 !important;
				color: white !important;
			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #3F7652 !important;
			}

		@media screen and (max-width: 736px) {

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				height: 3.75em;
				line-height: 3.75em;
			}

		}

img {
    pointer-events: none;
}

/* Pricing Table */
    .styled-table {
       border-collapse: collapse;
       overflow-x: auto;
       width: 100%;
    }

    .styled-table th, .styled-table td {
        padding: 5px;
        text-align: center;
        background-color: white;
        vertical-align: middle;
        font-size: 13px;
    }

    .styled-table th {
         color: white;
        text-align: center;
        vertical-align: middle;
        font-size: 15px;
        font-weight: bold;
    }

    .styled-table td:nth-child(2) {
        text-align: center;
    }

    @media screen and (max-width: 375px), /* iPhone 6, 7, 8 */
       screen and (max-width: 414px), /* iPhone 6 Plus, 7 Plus, 8 Plus */
       screen and (max-width: 414px) and (orientation: landscape), /* iPhone X, 11 Pro, 12 Pro */
       screen and (max-width: 428px), /* iPhone 12 Pro Max */
       screen and (max-width: 360px), /* Samsung Galaxy S5 */
       screen and (max-width: 360px) and (orientation: landscape), /* Galaxy S5 landscape */
       screen and (max-width: 412px) and (orientation: landscape), /* Galaxy S9, S10 */
       screen and (max-width: 412px) and (orientation: portrait) { /* Galaxy S9, S10 portrait */

        .styled-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px auto;
            overflow-x: auto;
        }

        .styled-table th, .styled-table td {
            padding: 5px;
            text-align: left;
            background-color: white;
        }

        .styled-table th {
            color: white;
        }

        .styled-table td:nth-child(2) {
            text-align: center;
        }

    }

/* Features */

	.features {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		list-style: none;
		padding: 0;
		width: 100%;
		background-color: white !important;
	}

		.features li {
			padding: 4em 4em 2em 6em ;
			display: block;
			position: relative;
			text-align: left;
			width: 50%;
		}

			.features li:nth-child(1) {
				background-color: rgba(0, 0, 0, 0.035);
			}

			.features li:nth-child(2) {
				background-color: rgba(0, 0, 0, 0.07);
			}

			.features li:nth-child(3) {
				background-color: rgba(0, 0, 0, 0.105);
			}

			.features li:nth-child(4) {
				background-color: rgba(0, 0, 0, 0.14);
			}

			.features li:nth-child(5) {
				background-color: rgba(0, 0, 0, 0.175);
			}

			.features li:nth-child(6) {
				background-color: rgba(0, 0, 0, 0.21);
			}

			.features li:nth-child(7) {
				background-color: rgba(0, 0, 0, 0.245);
			}

			.features li:nth-child(8) {
				background-color: rgba(0, 0, 0, 0.28);
			}

			.features li:nth-child(9) {
				background-color: rgba(0, 0, 0, 0.315);
			}

			.features li:nth-child(10) {
				background-color: rgba(0, 0, 0, 0.35);
			}

			.features li:nth-child(11) {
				background-color: rgba(0, 0, 0, 0.40);
			}

			.features li:nth-child(12) {
				background-color: rgba(0, 0, 0, 0.40);
			}



			.features li:before {
				display: block;
				color: #00ffcc;
				position: absolute;
				left: 1.75em;
				top: 2.75em;
				font-size: 1.5em;
			}

			.features li:nth-child(1) {
				border-top-left-radius: 3px;
			}

			.features li:nth-child(2) {
				border-top-right-radius: 3px;
			}

			.features li:nth-last-child(1) {
				border-bottom-right-radius: 3px;
			}

			.features li:nth-last-child(2) {
				border-bottom-left-radius: 3px;
			}

			@media screen and (max-width: 980px) {

				.features li {
					padding: 3em 2em 1em 2em ;
					text-align: center;
				}

					.features li:before {
						left: 0;
						margin: 0 0 1em 0;
						position: relative;
						top: 0;
					}

			}

			@media screen and (max-width: 736px) {

				.features li {
					padding: 3em 0 1em 0 ;
					background-color: transparent !important;
					border-top: solid 2px #fff;
					width: 100%;
				}

					.features li:first-child {
						border-top: 0;
					}

			}

/* Spotlight */

	.spotlight {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

		.spotlight .image {
			-moz-order: 1;
			-webkit-order: 1;
			-ms-order: 1;
			order: 1;
			border-radius: 0;
			width: 40%;
		}

			.spotlight .image img {
				border-radius: 0;
				width: 100%;
			}

		.spotlight .content {
			padding: 2em 4em 0.1em 4em ;
			-moz-order: 2;
			-webkit-order: 2;
			-ms-order: 2;
			order: 2;
			max-width: 48em;
			width: 90%;
		}

		.spotlight:nth-child(2n) {
			-moz-flex-direction: row-reverse;
			-webkit-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}

		.spotlight:nth-child(1) {
		    background-color: transparent;
		}

		.spotlight:nth-child(2) {
			background-color: transparent;
 		}

		.spotlight:nth-child(3) {
			background-color: transparent;
			margin-top: -70px;
		}

		.spotlight:nth-child(4) {
			background-color: transparent;
			margin-top: -70px;
		}

		.spotlight:nth-child(5) {
			background-color: transparent;
			margin-top: -70px;
		}

		.spotlight:nth-child(6) {
			background-color: transparent;
			margin-top: -70px;
		}

        .spotlight:nth-child(7) {
			background-color: transparent;
			margin-top: -70px;
		}


		@media screen and (max-width: 1280px) {

			.spotlight .image {
				width: 45%;
			}

			.spotlight .content {
				width: 55%;
			}

		}

		@media screen and (max-width: 980px) {

			.spotlight {
				display: block;
			}

				.spotlight br {
					display: none;
				}

				.spotlight .image {
					width: 100%;
				}

				.spotlight .content {
					padding: 4em 3em 2em 3em ;
					max-width: none;
					text-align: center;
					width: 100%;
				}

		}

		@media screen and (max-width: 736px) {

			.spotlight .content {
				padding: 3em 2em 1em 2em ;
			}

		}

/* Wrapper */

        .wrapper {
            padding: 6em 0 4em 0;
            text-align: left;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            font-size: 15px;
        }

		.wrapper > .inner {
			width: 110em;
			margin: 0 auto;
			width: 90%;
		}

			@media screen and (max-width: 980px) {

				.wrapper > .inner {
					width: 100%;
				}

			}

		.wrapper.alt {
			padding: 0;
			color: black;
		}

		.wrapper.style1 {
			background-color: #ffffff;
			color: black;
			text-align: center;
		}

			.wrapper.style1 strong, .wrapper.style1 b {
 			}

			.wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
				color: #ffffff;
			}

			.wrapper.style1 hr {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 blockquote {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 code {
				background: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style1 header p {
				color: #a6e0db;
			}

			.wrapper.style1 header.major h2, .wrapper.style1 header.major h3, .wrapper.style1 header.major h4, .wrapper.style1 header.major h5, .wrapper.style1 header.major h6 {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 header.major p {
				color: #c8ece9;
			}

			.wrapper.style1 label {
				color: #ffffff;
			}

			.wrapper.style1 input[type="text"],
			.wrapper.style1 input[type="password"],
			.wrapper.style1 input[type="email"],
			.wrapper.style1 select,
			.wrapper.style1 textarea {
				background-color: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style1 select {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
			}

				.wrapper.style1 select option {
					color: #ffffff;
					background: #21b2a6;
				}

			.wrapper.style1 input[type="checkbox"] + label,
			.wrapper.style1 input[type="radio"] + label {
				color: #c8ece9;
			}

				.wrapper.style1 input[type="checkbox"] + label:before,
				.wrapper.style1 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style1 input[type="checkbox"]:checked + label:before,
			.wrapper.style1 input[type="radio"]:checked + label:before {
				background: #ffffff;
				color: #21b2a6;
			}

			.wrapper.style1 ::-webkit-input-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 :-moz-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 ::-moz-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 :-ms-input-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 .formerize-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 .icon.major {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 ul.alt li {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 table tbody tr {
				border-color: rgba(0, 0, 0, 0.125);
			}

				.wrapper.style1 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style1 table th {
				color: #ffffff;
			}

			.wrapper.style1 table thead {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 table tfoot {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 table.alt tbody tr td {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 input[type="submit"],
			.wrapper.style1 input[type="reset"],
			.wrapper.style1 input[type="button"],
			.wrapper.style1 button,
			.wrapper.style1 .button {
				box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
				color: #ffffff;
			}

				.wrapper.style1 input[type="submit"]:hover,
				.wrapper.style1 input[type="reset"]:hover,
				.wrapper.style1 input[type="button"]:hover,
				.wrapper.style1 button:hover,
				.wrapper.style1 .button:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				.wrapper.style1 input[type="submit"]:active,
				.wrapper.style1 input[type="reset"]:active,
				.wrapper.style1 input[type="button"]:active,
				.wrapper.style1 button:active,
				.wrapper.style1 .button:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

			@media screen and (max-width: 736px) {

				.wrapper.style1 .features li {
					border-top-color: rgba(0, 0, 0, 0.125);
				}

			}

		.wrapper.style2 {
			background-color: #ffffff;
			text-align: justify;
		}

		.wrapper.style3 {
		/*	background-color: #F5F5F7;
          background-image: url('../graphics/wallpaper/feature.jpg');
          background-size: cover;
          background-attachment: fixed;
          color: #d3d4e4;
          text-align: left;
          overflow: hidden;
          transition: min-height 0.3s ease;
          min-height: 100%; /* Set a minimum height to cover the entire content */
        }

        .overwrapper,
        .featurewrapper {
          width: 100%;
          box-sizing: border-box; /* Include padding and border in the element's total width and height */
        }

        .wrapper.style3 featurewrapper {
          width: 100%; /* Make the table fill the entire width of the wrapper */
        }

			.wrapper.style3 strong, .wrapper.style3 b {
 			}

			.wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6 {
				color: #ffffff;
				text-align: center;
			}

			.wrapper.style3 hr {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 blockquote {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 code {
				background: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style3 header p {
				color: #b9bad4;
			}

			.wrapper.style3 header.major h2, .wrapper.style3 header.major h3, .wrapper.style3 header.major h4, .wrapper.style3 header.major h5, .wrapper.style3 header.major h6 {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 header.major p {
				color: #d3d4e4;
			}

			.wrapper.style3 label {
				color: #ffffff;
				text-align: left;
			}

			.wrapper.style3 input[type="text"],
			.wrapper.style3 input[type="password"],
			.wrapper.style3 input[type="email"],
			.wrapper.style3 select,
			.wrapper.style3 textarea {
				background-color: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style3 select {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
			}

				.wrapper.style3 select option {
					color: #ffffff;
					background: #505393;
				}

			.wrapper.style3 input[type="checkbox"] + label,
			.wrapper.style3 input[type="radio"] + label {
				color: #d3d4e4;
			}

				.wrapper.style3 input[type="checkbox"] + label:before,
				.wrapper.style3 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style3 input[type="checkbox"]:checked + label:before,
			.wrapper.style3 input[type="radio"]:checked + label:before {
				background: #ffffff;
				color: #505393;
			}

			.wrapper.style3 ::-webkit-input-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 :-moz-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 ::-moz-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 :-ms-input-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 .formerize-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 .icon.major {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 ul.alt li {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 table tbody tr {
				border-color: rgba(0, 0, 0, 0.125);
			}

				.wrapper.style3 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style3 table th {
				color: #ffffff;
			}

			.wrapper.style3 table thead {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 table tfoot {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 table.alt tbody tr td {
				border-color: rgba(0, 0, 0, 0.125);
			}



				.wrapper.style3 input[type="submit"]:hover,
				.wrapper.style3 input[type="reset"]:hover,
				.wrapper.style3 input[type="button"]:hover,
				.wrapper.style3 button:hover,
				.wrapper.style3 .button:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				.wrapper.style3 input[type="submit"]:active,
				.wrapper.style3 input[type="reset"]:active,
				.wrapper.style3 input[type="button"]:active,
				.wrapper.style3 button:active,
				.wrapper.style3 .button:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

			    @media screen and (max-width: 375px),
                   screen and (max-width: 414px),
                   screen and (max-width: 414px) and (orientation: landscape),
                   screen and (max-width: 428px),
                   screen and (max-width: 360px),
                   screen and (max-width: 360px) and (orientation: landscape),
                   screen and (max-width: 412px) and (orientation: landscape),
                   screen and (max-width: 412px) and (orientation: portrait),
                   screen and (max-width: 768px) {

                    .wrapper.style3 .features li {
                        border-top-color: rgba(0, 0, 0, 0.125);
                    }
			    }

		.wrapper.style4 {
			background-color: #ffffff;
			text-align: justify;
		}

		.wrapper.style5 {
			  background-color: transparent;
              background-size: cover; /* You can adjust this property based on your preference */
              background-position: center; /* You can adjust this property based on your preference */
			  color: black;
			  /* text-align: justify; */
              font-size: 15px !important;
		}

			.wrapper.style5 strong, .wrapper.style5 b {
				color: #2E3842;
			}

			.wrapper.style5 h2, .wrapper.style5 h3, .wrapper.style5 h4, .wrapper.style5 h5, .wrapper.style5 h6 {
				color: #2E3842;
			}

			.wrapper.style5 hr {
				border-color: #dfdfdf;
			}

			.wrapper.style5 blockquote {
				border-color: #dfdfdf;
			}

			.wrapper.style5 code {
				background: rgba(0, 0, 0, 0.0375);
			}

			.wrapper.style5 header p {
				color: #8E8892;
			}

			.wrapper.style5 header.major h2, .wrapper.style5 header.major h3, .wrapper.style5 header.major h4, .wrapper.style5 header.major h5, .wrapper.style5 header.major h6 {
				border-color: #dfdfdf;
			}

			.wrapper.style5 header.major p {
				color: black;
			}

			.wrapper.style5 label {
				color: black;
			}

			.wrapper.style5 input[type="text"],
			.wrapper.style5 input[type="password"],
			.wrapper.style5 input[type="email"],
			.wrapper.style5 select,
			.wrapper.style5 textarea {
				background-color: rgba(0, 0, 0, 0.0375);
			}

			.wrapper.style5 select {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dfdfdf' /%3E%3C/svg%3E");
			}

				.wrapper.style5 select option {
					color: #2E3842;
					background: #ffffff;
				}

			.wrapper.style5 input[type="checkbox"] + label,
			.wrapper.style5 input[type="radio"] + label {
			}

				.wrapper.style5 input[type="checkbox"] + label:before,
				.wrapper.style5 input[type="radio"] + label:before {
					background: rgba(0, 0, 0, 0.0375);
				}

			.wrapper.style5 input[type="checkbox"]:checked + label:before,
			.wrapper.style5 input[type="radio"]:checked + label:before {
				background: #2E3842;
				color: #ffffff;
			}

			.wrapper.style5 ::-webkit-input-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 :-moz-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 ::-moz-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 :-ms-input-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 .formerize-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 .icon.major {
				border-color: #dfdfdf;
			}

			.wrapper.style5 ul.alt li {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table tbody tr {
				border-color: #dfdfdf;
			}

				.wrapper.style5 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(0, 0, 0, 0.0375);
				}

			.wrapper.style5 table th {
				color: #2E3842;
			}

			.wrapper.style5 table thead {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table tfoot {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table.alt tbody tr td {
				border-color: #dfdfdf;
			}

			.wrapper.style5 input[type="submit"],
			.wrapper.style5 input[type="reset"],
			.wrapper.style5 input[type="button"],
			.wrapper.style5 button,
			.wrapper.style5 .button {
				box-shadow: inset 0 0 0 2px #dfdfdf;
				color: #2E3842;
			}

				.wrapper.style5 input[type="submit"]:hover,
				.wrapper.style5 input[type="reset"]:hover,
				.wrapper.style5 input[type="button"]:hover,
				.wrapper.style5 button:hover,
				.wrapper.style5 .button:hover {
					background-color: rgba(0, 0, 0, 0.0375);
				}

				.wrapper.style5 input[type="submit"]:active,
				.wrapper.style5 input[type="reset"]:active,
				.wrapper.style5 input[type="button"]:active,
				.wrapper.style5 button:active,
				.wrapper.style5 .button:active {
					background-color: rgba(0, 0, 0, 0.1);
				}

			@media screen and (max-width: 736px) {

				.wrapper.style5 .features li {
					border-top-color: #dfdfdf;
				}
			}

		@media screen and (max-width: 980px) {

			.wrapper {
				padding: 4em 3em 2em 3em ;
				margin-top: 50px;
			}

		}

		@media screen and (max-width: 736px) {

			.wrapper {
				padding: 3em 2em 1em 2em ;
				margin-top: 50px;
			}

		}

/* Page Wrapper + Menu */

	#page-wrapper {
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		opacity: 1;
		padding-top: 3em;
	}

		#page-wrapper:before {
			background: transparent;
			content: '';
			display: block;
			display: none;
			height: 100%;
			left: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 10001;
		}

    /*Offline Popup*/
    /* Styles for the popup */
    .popup {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 60px;
        width: 700px;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 1);
        z-index: 1000;
        border-radius: 7px;
        background-color: #F0F0F0;
    }

    .popup a {
        text-decoration: none;
        border-bottom: none;
    }

    /* Styles for the overlay */
    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 900;
    }

 @media screen and (max-width: 375px), /* iPhone 6, 7, 8 */
   screen and (max-width: 414px), /* iPhone 6 Plus, 7 Plus, 8 Plus */
   screen and (max-width: 414px) and (orientation: landscape), /* iPhone X, 11 Pro, 12 Pro */
   screen and (max-width: 428px), /* iPhone 12 Pro Max */
   screen and (max-width: 360px), /* Samsung Galaxy S5 */
   screen and (max-width: 360px) and (orientation: landscape), /* Galaxy S5 landscape */
   screen and (max-width: 412px) and (orientation: landscape), /* Galaxy S9, S10 */
   screen and (max-width: 412px) and (orientation: portrait) { /* Galaxy S9, S10 portrait */

    .add-space {
        margin-top: 20px;
    }

    .add-new-space {
        margin-top: 40px;
    }

    .popup {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 25px;
        width: 300px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 1);
        z-index: 1000;
        border-radius: 7px;
        background-color: white;
    }

    input[type="submit"].primary,
    input[type="reset"].primary,
    input[type="button"].primary,
    button.primary,
    .button.primary {
        font-size: 10px; /* Adjust font size as needed */
    }

    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button,
    .button {
        font-size: 10px; /* Adjust font size as needed */
    }

    .popup a {
        text-decoration: none;
        border-bottom: none;
    }

    /* Styles for the overlay */
    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 900;
    }
 }

        /* Styles for the close button */
        .close-btn {
            background-image: url("../graphics/icons/close.svg");
			background-position: 4.85em 1em;
			background-repeat: no-repeat;
			border: 0;
			cursor: pointer;
			display: block;
			height: 3em;
			position: absolute;
			right: 0;
			top: 0;
			vertical-align: middle;
			width: 7em;
        }

/* Database Features */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.member-details ul li::marker {
    color: grey;
  }

.table-container ol {
  margin-bottom: 20px;
  padding-left: 25px;
  list-style-type: none;
}

.table-container li {
    counter-increment: my-counter;
    position: relative;
    margin-bottom: 12px; /* Adjust the margin as needed */
    font-size: 12px;
    line-height: 1.5; /* Adjust the line height for better vertical alignment */
}

.table-container li {
  margin-left: 15px; /* Adjust the value based on your needs */
}
.table-container li:before {
  content: "(" counter(my-counter) ")";
  position: absolute;
  left: -30px;
}

/**/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.alternate-list ol {
  margin-bottom: 20px;
  padding-left: 25px;
  list-style-type: none;
}

.alternate-list li {
    counter-increment: my-counter;
    position: relative;
    margin-bottom: 12px; /* Adjust the margin as needed */
    font-size: 12px;
    line-height: 1.5; /* Adjust the line height for better vertical alignment */
}

.alternate-list li {
  margin-left: 15px; /* Adjust the value based on your needs */
}


/* Tax Treaties*/

    .child-tab.treatytype .sub-content {
      column-count: 4;
      column-gap: 8px; /* Adjust the gap according to your preference */
    }

    .child-tab.treatytype .bracketed-list {
      margin: 0; /* Remove default margin to avoid extra spacing */
      padding-left: 30px;
    }

/* Container for wrapping all elements */
.overwrapper {
  width: 100%;
  margin: 0 auto;
   display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden; /* Prevent scroll bars */
}

/* Main feature wrapper for handling tabs */
.featurewrapper {
  width: 100%;
  margin: 0 auto; 
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

/* Basic styles for tabs */
.parent-tab {
  width: 100%;
  margin-bottom: 8px;
}

.child-tab {
  width: 100%;
  margin-bottom: 8px;
  border-radius: 2px;
  border: 1px solid #000000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
}

/* Hover effect */
.parent-tab:hover,
.child-tab:hover {
  background-color: #3f7652; /* Change background color on hover */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); /* Enhance shadow on hover */
 }

.wrapper.style5 label:hover {
}

/* Style for labels within tabs */
.featurewrapper .parent-tab label,
.featurewrapper .child-tab label {
   display: flex;
}

/* Background and text color for active child tabs */
.featurewrapper .child-tab input:checked + label {
  background: #000000;
  color: white;
}

/* Background and text color for parent tabs */
.featurewrapper .parent-tab input:checked + label {
  background: #000000;
  color: white;
}

/* Content visibility based on tab state */
.featurewrapper .parent-tab .content,
.featurewrapper .child-tab .sub-content {
  display: none;
  background: white;
  border-radius: 0 0 4px 4px;
  padding: 15px 10px;
}

/* Display content when tab is active */
.featurewrapper .parent-tab input:checked ~ .content,
.featurewrapper .child-tab input:checked ~ .sub-content {
  display: block;
}

/* Responsive design for smaller screens */
@media screen and (max-width: 375px),
       screen and (max-width: 414px),
       screen and (max-width: 428px),
       screen and (max-width: 360px),
       screen and (max-width: 412px) {

  .overwrapper,
  .featurewrapper {
    padding: 0 0px;
  }
}

	#menu {
        -moz-transform: translateX(20em);
        -webkit-transform: translateX(20em);
        -ms-transform: translateX(20em);
        transform: translateX(20em);
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        -webkit-overflow-scrolling: touch;
        background: rgba(255, 255, 255, 0.8); /* Background color with reduced opacity */
        color: black;
        font-weight: 600;
        height: 100%;
        max-width: 80%;
        overflow-y: auto;
        padding: 3em 2em;
        position: fixed;
        right: 0;
        top: 0;
        width: 17em;
        z-index: 10002;
        border-left: 0.5px solid #ABABB0;
        backdrop-filter: blur(500px) opacity(0.9); /* Adjust the opacity of the backdrop-filter */
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;

        background-size: cover;
    }

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

    #menu ul > li {
        border-top: solid 1.5px;
        border-color: #ABABB0;
        margin: 0.5em 0 0 0;
        padding: 0.5em 0 0 0;
    }

    #menu ul > li:first-child {
        border-top: 0 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    #menu ul > li > a {
        border: 0;
        color: inherit;
        display: block;
        font-size: 0.8em;
        letter-spacing: 0.225em;
        outline: 0;
        text-decoration: none;
    }

    #menu ul > li > a:hover {
        color: #3F7652;
    }

    @media screen and (max-width: 736px) {
        #menu ul > li > a {
            line-height: 3em;
        }
    }

    #menu .close {
        background-image: url("../graphics/icons/close.svg");
        background-position: 4.85em 1em;
        background-repeat: no-repeat;
        border: 0;
        cursor: pointer;
        display: block;
        height: 3em;
        position: absolute;
        right: 0;
        top: 0;
        vertical-align: middle;
        width: 7em;
    }

    @media screen and (max-width: 736px) {
        #menu {
            padding: 3em 1.5em;
        }
    }

    body.is-menu-visible #page-wrapper {
        opacity: 0.1;
    }

    body.is-menu-visible #page-wrapper:before {
        display: block;
    }

    body.is-menu-visible #menu {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }






/* Custom CSS classes with unique names */
       .navbar-custom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.6rem 2rem; /* Reduced vertical padding (top and bottom) */
            position: fixed; /* Make the navbar stick to the top */
            top: 0; /* Position it at the top of the viewport */
            left: 0; /* Stretch it across the full width */
            right: 0; /* Stretch it across the full width */
            background: white; /* Ensure the navbar has a solid background */
             z-index: 1000; /* Ensure it stays above other content */
       }


        .logo-link-custom {
            text-decoration: none !important; /* Remove underline */
            border: none !important; /* Remove border */
            outline: none !important; /* Remove outline */
            display: inline-block; /* Ensure proper alignment */
        }

        .nav-logo-custom {
             width: 33px;
            height: 20px;
        }

        .nav-links-custom {
            display: flex;
            gap: 2rem;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .nav-auth-custom {
            display: flex;
            gap: 1rem;
            align-items: center;
        }

        .nav-link-item-custom a {
            text-decoration: none;
            color: #1d1d1f;
            transition: opacity 0.2s ease;
        }

        .nav-link-item-custom a:hover {
            opacity: 0.7;
        }

        .auth-button-custom {
            padding: 0.2rem 0.8rem;
            border-radius: 20px;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.2s ease;
        }

        .signup-btn-custom {
            color: #1d1d1f;
            border: 1px solid black;
        }

        .signup-btn-custom:hover {
            color: #3F7652;
            border: 1px solid #3F7652;
        }

        .login-btn-custom {
            background: #3F7652;
            color: white !important;
            border: 1px solid #3F7652;
        }

        .login-btn-custom:hover {
            background: white;
            color: #3F7652 !important;
            border: 1px solid #3F7652;
        }

        .menu-toggle-custom {
            display: none; /* Hide by default */
            background: none;
            border: none;
            padding: 0.5rem;
            cursor: pointer;
            order: 3; /* Move to the end of the flex container */
        }

        /* Adjust order for mobile view */
        @media (max-width: 768px), (max-width: 1024px) and (orientation: portrait) {
            .nav-links-custom {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: white;
                padding: 1.2rem 1rem;
                flex-direction: column;
                gap: 1.5rem;
                box-shadow: 0px 13px 17px 0px #c5c5c5;
            }

            .nav-links-custom.active {
                background-image: linear-gradient(to bottom, white, transparent), url('../graphics/wallpaper/wallpaper.jpg');
                background-size: cover;
                background-position: top;
                display: flex;
            }

            .menu-toggle-custom {
                display: block; /* Show on mobile */
                order: 3; /* Ensure it's after the auth buttons */
            }

            .nav-auth-custom {
                order: 2; /* Auth buttons come before the hamburger menu */
            }

            .navbar-custom {
                padding: 0.5rem 1rem;
            }
        }


.special-h2 {
      font-size: 20px;
      font-family: 'Times New Roman', Times, serif;
      font-style: italic;
      font-weight: 1000;
      color: #3F7652 !important;
      text-shadow: -0.5px -0.5px 0 black, 1px -1px 0 black, 1px 1px 0 black;
      letter-spacing: -0.5px;
      margin-top: 3px;
      margin-bottom: -8px;
    }

    .specialnew-h2 {
      color: #0091E1;
      font-size: 10px;
      text-shadow: none;
      font-family: 'Times New Roman', Times, serif;
      font-style: italic;
      letter-spacing: -0.5px;
    }

    .specialnew-h2::after {
      content: "\00ae"; /* Unicode for the registered trademark symbol */
      color: black;
      font-size: 80%; /* Adjust the size as needed */
    }

.new-font-Size {
    font-size: 15px;
}

/* Banner */

#banner {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: default;
  height: 95vh;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-image: url('../graphics/wallpaper/wallpaper.jpg');
  background-size: cover; /* You can adjust this property based on your preference */
  display: flex;
}

#banner h2 {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  display: inline-block;
  opacity: 1;
  padding: 0.35em 1em;
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-weight: 1000;
  color: #3F7652;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
  letter-spacing: -0.5px;
}

#banner h2 {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  display: inline-block;
  opacity: 1;
  padding: 0.35em 1em;
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-weight: 1000;
  color: #3F7652;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
  letter-spacing: -0.5px;
}

#banner span {
  color: #0091E1;
  font-size: 25px;
  text-shadow: none;
}

#banner .reg-symbol {
  color: black;
  font-size: 15px;
}

#banner h2:before,
#banner h2:after {
  background: #000;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

#banner h2:before {
  top: 0;
  left: 0;
}

#banner h2:after {
  bottom: 0;
  right: 0;
}

.first {
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 0;
}

/* Ensure full height usage */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Main page wrapper to fill remaining space */
#page-wrapper {
    min-height: 100vh;  /* Full viewport height */
    display: flex;
    flex-direction: column;
}

/* Ensure main content takes up all available space */
main {
    flex: 1;
}

/* Make sure the footer stays at the bottom */
footer {
    margin-top: auto;
    width: 100%;
}


.second {
  letter-spacing: -1px;
  font-weight: bold;
  color: black;
  font-size: 15px;
}

.second-features {
    letter-spacing: -1px;
   color: black;
  font-size: 15px;
}

.newfont {
  letter-spacing: 0;
  color: black;
  font-size: 15px;
}

.second a {
    text-decoration: none;
    border-bottom: none;
}

 @media screen and (max-width: 375px), /* iPhone 6, 7, 8 */
       screen and (max-width: 414px), /* iPhone 6 Plus, 7 Plus, 8 Plus */
       screen and (max-width: 414px) and (orientation: landscape), /* iPhone X, 11 Pro, 12 Pro */
       screen and (max-width: 428px), /* iPhone 12 Pro Max */
       screen and (max-width: 360px), /* Samsung Galaxy S5 */
       screen and (max-width: 360px) and (orientation: landscape), /* Galaxy S5 landscape */
       screen and (max-width: 412px) and (orientation: landscape), /* Galaxy S9, S10 */
       screen and (max-width: 412px) and (orientation: portrait) { /* Galaxy S9, S10 portrait */

    #banner {
        margin-top: -45px;
    }

    #banner p a {
      color: inherit;
    }

    #banner .more {
      border: none;
      bottom: 0;
      color: inherit;
      font-size: 0.8em;
      height: 8.5em;
      left: 50%;
      letter-spacing: 0.225em;
      margin-left: -8.5em;
      opacity: 1;
      outline: 0;
      padding-left: 0.225em;
      position: absolute;
      text-align: center;
      width: 16em;
      z-index: 1;
    }

    #banner .more:after {
      background-image: url("../graphics/icons/arrow.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: 4em;
      content: '';
      display: block;
      height: 1.5em;
      left: 50%;
      margin: 0 0 0 -0.75em;
      position: absolute;
      width: 1.5em;
    }

    #banner:after {
      pointer-events: none;
      content: '';
      background: #2e3842;
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
    }

@media screen and (min-width: 320px) and (max-width: 1024px) {
  #banner {
    padding: 7em 3em 5em 3em;
    min-height: 0;
  }
}



  #banner h2 {
    font-size: 1.25em;
  }

  #banner br {
    display: none;
  }

  #banner .more {
    display: none;
  }
}
}

body.is-preload #banner h2 {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

body.is-preload #banner h2:before,
body.is-preload #banner h2:after {
  width: 100%;
}

body.is-preload #banner .more {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

body.is-preload #banner:after {
  opacity: 0;
}

@media screen and (max-width: 736px) {

    #banner h2 {
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      display: inline-block;
      opacity: 1;
      padding: 0.35em 1em;
      position: relative;
      z-index: 1;
      font-size: 28px;
      font-family: 'Times New Roman', Times, serif;
      font-style: italic;
      font-weight: 1000;
      color: #3F7652;
      text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
      letter-spacing: -0.5px;
    }

    #banner span {
      display: inline-block;
      color: #0091E1;
      font-size: 20px;
      text-shadow: none;
    }

    #banner .reg-symbol {
      display: inline;
      color: black;
      font-size: 11px;
    }
}

/* For various mobile screens in portrait mode */
@media screen and (max-width: 375px), /* iPhone 6, 7, 8 */
       screen and (max-width: 414px), /* iPhone 6 Plus, 7 Plus, 8 Plus */
       screen and (max-width: 414px) and (orientation: landscape), /* iPhone X, 11 Pro, 12 Pro */
       screen and (max-width: 428px), /* iPhone 12 Pro Max */
       screen and (max-width: 360px), /* Samsung Galaxy S5 */
       screen and (max-width: 360px) and (orientation: landscape), /* Galaxy S5 landscape */
       screen and (max-width: 412px) and (orientation: landscape), /* Galaxy S9, S10 */
       screen and (max-width: 412px) and (orientation: portrait) { /* Galaxy S9, S10 portrait */

  #banner h2 {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: inline-block;
    opacity: 1;
    padding: 0.35em 1em;
    position: relative;
    z-index: 1;
    font-size: 25px;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: 1000;
    color: #3F7652;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    letter-spacing: -0.5px;
  }

.first {
  color: #3F7652;
  letter-spacing: -0.6px;
  margin-bottom: 0;
}


  #banner span {
    display: inline-block;
    color: #0091E1;
    font-size: 18px;
    text-shadow: none;
  }

  #banner .reg-symbol {
    display: inline;
    color: black;
    font-size: 11px;
  }
}

/* Data Source */
.database-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    color: black;
}

.database-table th, .database-table td {
    border: 1px solid transparent;
    padding: 0px;
    text-align: left;
    background-color: transparent !important; /* Use !important to ensure priority */
}

.database-table th {
    background-color: transparent !important; /* Use !important to ensure priority */
}
.database-table tbody tr:nth-child(even),
.database-table tbody tr:nth-child(odd) {
    background-color: transparent !important; /* Use !important to ensure priority */
}

/* For various mobile screens in portrait mode */
@media screen and (max-width: 375px), /* iPhone 6, 7, 8 */
       screen and (max-width: 414px), /* iPhone 6 Plus, 7 Plus, 8 Plus */
       screen and (max-width: 414px) and (orientation: landscape), /* iPhone X, 11 Pro, 12 Pro */
       screen and (max-width: 428px), /* iPhone 12 Pro Max */
       screen and (max-width: 360px), /* Samsung Galaxy S5 */
       screen and (max-width: 360px) and (orientation: landscape), /* Galaxy S5 landscape */
       screen and (max-width: 412px) and (orientation: landscape), /* Galaxy S9, S10 */
       screen and (max-width: 412px) and (orientation: portrait) { /* Galaxy S9, S10 portrait */

    .database-table {
        width: 113%; /* Adjust the percentage as needed */
        border-collapse: collapse;
        margin-top: 20px;
        margin-left: -5px;
        color: black;
    }

    /* Move the entire second column to the right */
    .database-table td:nth-child(2) {
        padding-left: 8px; /* Adjust the padding as needed */
    }
}
/*Data Source End*/

/* Main */

        #main > header {
            text-align: center;
            background-color: white;
            background-size: cover;
            background-position: center;
            margin: 0 0 -10em 0;

            /* Use a linear gradient to add a fade to the bottom */
            background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url('../graphics/wallpaper/wallpaper.jpg');
        }

		#main > header h2 {
		    color: black;
			font-size: 1.75em;
			margin: 2em 0 0.5em 0;
		}

		#main > header p {
			color: #3F7652;
			letter-spacing: 0.08em;
			font-size: 0.8em;
            margin: 2em 0 0.5em 0;
        }

			#main > header p a {
				color: black;
			}

		@media screen and (max-width: 1680px) {

			#main > header {
				padding: 10em 0 8em 0 ;
			}

		}

		@media screen and (max-width: 1280px) {

			#main > header {
				padding: 10em 3em 6em 3em ;
			}

		}

		@media screen and (max-width: 980px) {

			#main > header {
				padding: 10em 3em 8em 3em ;
			}

		}

		@media screen and (max-width: 736px) {

			#main > header {
				padding: 8em 3em 5em 3em ;
			}

				#main > header h2 {
					font-size: 1.25em;
					margin: 3em 0 2em 0;
				}

		}

	body.is-mobile #main > header {
		background-attachment: scroll;
	}


/* Bank Details */

    .center-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row; /* Reset to horizontal layout */
    }

    .column {
        text-align: left;
        margin-bottom: 10px; /* Remove spacing between columns */
        padding: 29px;
    }


/* For various mobile screens in portrait mode */
@media screen and (max-width: 375px), /* iPhone 6, 7, 8 */
       screen and (max-width: 414px), /* iPhone 6 Plus, 7 Plus, 8 Plus */
       screen and (max-width: 414px) and (orientation: landscape), /* iPhone X, 11 Pro, 12 Pro */
       screen and (max-width: 428px), /* iPhone 12 Pro Max */
       screen and (max-width: 360px), /* Samsung Galaxy S5 */
       screen and (max-width: 360px) and (orientation: landscape), /* Galaxy S5 landscape */
       screen and (max-width: 412px) and (orientation: landscape), /* Galaxy S9, S10 */
       screen and (max-width: 412px) and (orientation: portrait) { /* Galaxy S9, S10 portrait */

    .center-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; /* Change to vertical layout for mobile */
    }

    .column {
        text-align: left;
        margin-bottom: 10px; /* Remove spacing between columns */
        padding: 29px;
    }
}

/* Footer */

body {
  background: #ffffff;
  color: black;
}

.text-small {
  font-size: 0.9rem;
  color: black;
}

a {
  color: black;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover, a:focus {
  text-decoration: none;
  color: #3F7652;
}

.form-control {
  background: #ffffff;
  border-color: black;
}

.form-control:focus {
  background: black;
}

footer {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4)), url('../graphics/wallpaper/wallpaper2.jpg');
  background-size: cover; /* You can adjust this property based on your preference */
  color: black;
  align: center; /* Center-align text inside the footer */
  padding: 20px 0; /* Add some padding for better visual appearance */
}

.copyright {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        letter-spacing: 0.2rem;
        font-size: 0.7rem;
        text-align: center;
    }

.footerlogo {
        text-align: center;
}

.footerbutton {
    font-size: 0.8em;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
}

.footerbutton li {
    margin: 0 5px; /* Adjust the margin as needed */
}

.footerbutton a {
    text-decoration: none;
    border-bottom: none;
}

.nodecoration a {
    text-decoration: none;
    border-bottom: none;
}

.copyright a {
    text-decoration: none;
    border-bottom: none;
}

.social-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.social-icons a {
  margin: 0 10px;
  text-decoration: none;
  border-bottom: none;
}

.black-icon {
  filter: invert(100%) grayscale(100%);
}

.copyright_text {
    text-align: center;
    font-size: 0.7em;
    color: #757474;
    letter-spacing: 0px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  }

/* ==========================================
    CUSTOM UTILS CLASSES
  ========================================== */
  body, html {
    height: 100%;
  }

/* For various mobile screens in portrait mode */
@media screen and (max-width: 375px), /* iPhone 6, 7, 8 */
       screen and (max-width: 414px), /* iPhone 6 Plus, 7 Plus, 8 Plus */
       screen and (max-width: 414px) and (orientation: landscape), /* iPhone X, 11 Pro, 12 Pro */
       screen and (max-width: 428px), /* iPhone 12 Pro Max */
       screen and (max-width: 360px), /* Samsung Galaxy S5 */
       screen and (max-width: 360px) and (orientation: landscape), /* Galaxy S5 landscape */
       screen and (max-width: 412px) and (orientation: landscape), /* Galaxy S9, S10 */
       screen and (max-width: 412px) and (orientation: portrait) { /* Galaxy S9, S10 portrait */

  .footerlogo {
    text-align: center;
  }

    .logo-up-img {
        width: 250px;
        margin-top: 12px;
    }

    .logo-down-img {
        width: 250px;
        margin-bottom: 10px;
    }

  .footerlogo img {
    width: 100px !important; /* Override inline styles for width */
    height: 100px !important; /* Override inline styles for height */
  }

  .footerbutton {
    text-align: center;
    margin-left: -12px;
    padding-top: 1px; /* Add some space between the logo and the buttons */
  }

  .footerbutton li {
    display: inline-block;
    margin: 0 0em; /* Add some space between the buttons */
    text-align: center; /* Center the text within the button */
  }

  .footerbutton li a {
    text-align: center;
    font-size: 13px; /* Adjust the font size for mobile */
    margin-left: -5px;
  }

  .copyright_text {
    text-align: center;
    font-size: 0.7em;
    color: #757474;
    letter-spacing: 0px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    padding-left: 30px; /* Adjust the value as needed */
    padding-right: 30px; /* Adjust the value as needed */
  }
}

  /* Contact */
    .contact-info h3 {
      font-size: 15px;
      margin-bottom: 2px; /* Adjust this value to reduce or increase the space */
      color: #3F7652 !important;
    }

  .contact-info p {
    font-size: 13px;
    margin-left: 40px;
  }

  .contact-info a {
    text-decoration: none;
    border-bottom: none;
  }

   .info-block {
        display: flex;
        align-items: center;
        margin: 0px;
  }

  .info-block img {
    margin-right: 10px; /* Adjust as needed */
    width: 30px; /* Adjust the width of the icons */
    height: 35px; /* Adjust the height of the icons */
    margin-bottom: 25px; /* Adjust as needed to move the icons up */
}

  .container {
    display: flex;
    justify-content: space-between;
    margin: 10px; /* You can adjust this value to increase or decrease the space */
  }

  .info-block {
        display: flex;
        align-items: center;
        margin: 1px;
  }

  hr.custom-hr {
    margin-top: -10px; /* Adjust the top margin as needed */
    margin-bottom: 12px; /* Adjust the bottom margin as needed */
  }

  .map iframe {
     border: 5px solid white;
     border-radius: 20px;
     height: 650px; /* Set the desired height */
     width: 500px; /* Set the desired width */
  }

  @media screen and (max-width: 375px), /* iPhone 6, 7, 8 */
       screen and (max-width: 414px), /* iPhone 6 Plus, 7 Plus, 8 Plus */
       screen and (max-width: 414px) and (orientation: landscape), /* iPhone X, 11 Pro, 12 Pro */
       screen and (max-width: 428px), /* iPhone 12 Pro Max */
       screen and (max-width: 360px), /* Samsung Galaxy S5 */
       screen and (max-width: 360px) and (orientation: landscape), /* Galaxy S5 landscape */
       screen and (max-width: 412px) and (orientation: landscape), /* Galaxy S9, S10 */
       screen and (max-width: 412px) and (orientation: portrait) { /* Galaxy S9, S10 portrait */

    .map iframe {
        border: 0.5px solid #3F7652;
        height: 450px; /* Set the desired height */
        width: 350px; /* Set the desired width */
    }
  }


    /*Clients*/
    .customer-logos {
      width: 80%; /* Adjust the width as needed */
      margin: auto;
      overflow: hidden; /* This ensures that logos don't overflow */
    }

    .logo {
      width: 100px; /* Adjust the size as needed */
      height: auto;
      margin: 0 10px;
    }

    /* Landing */
	body.landing #page-wrapper {
		background-attachment: fixed;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 0;

	}

	body.landing #footer {
		background-color: #ffffff;
	}

	body.is-mobile.landing #page-wrapper {
		background-color: #ffffff;
	}

	body.is-mobile.landing #footer {
		background-color: #ffffff;
	}

	/* Popup Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000000;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.popup-container {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  animation: fadeIn 0.3s ease-out;
}

.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.popup-header h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.popup-close {
  font-size: 24px;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease;
}

.popup-close:hover {
  color: #ff4c4c;
}

.popup-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.popup-button {
  background: #3F7652;
  border: none;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.popup-button:hover {
  background: rgba(63, 118, 82, 0.84);
  transform: translateY(-2px);
}

.popup-button:active {
  transform: translateY(0);
}

@media (max-width: 600px) {
  .popup-container {
    width: 95%;
    padding: 15px;
  }

  .popup-header h3 {
    font-size: 16px;
  }

  .popup-button {
    font-size: 14px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}


	 /* Online Software Popup Styles */
    #onlineSoftwarePopup {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.8);
      backdrop-filter: blur(5px);
      text-align: center;
    }
    #onlineSoftwarePopupContent {
      background-color: #f9f9f9;
      margin: 10% auto;
      padding: 30px;
      border-radius: 12px;
      width: 90%;
      max-width: 500px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
      text-align: left;
    }
    #onlineSoftwarePopupClose {
      color: #333;
      float: right;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
    }
    #onlineSoftwarePopupClose:hover {
      color: #d9534f;
    }
    #onlineSoftwarePopup h2 {
      margin-top: 0;
      font-size: 24px;
      color: #333;
    }
    #onlineSoftwarePopup p {
      font-size: 16px;
      margin-bottom: 20px;
    }
    #onlineSoftwarePopup .btn {
      display: block;
      width: 100%;
      padding: 12px 0;
      margin-bottom: 10px;
      background-color: #007bff;
      color: white;
      border-radius: 8px;
      text-decoration: none;
      font-size: 16px;
    }
    #onlineSoftwarePopup .btn:hover {
      background-color: #0056b3;
    }

    /* Desktop Software Popup Styles */
    #desktopSoftwarePopup {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.8);
      backdrop-filter: blur(5px);
      text-align: center;
    }
    #desktopSoftwarePopupContent {
      background-color: #f9f9f9;
      margin: 10% auto;
      padding: 30px;
      border-radius: 12px;
      width: 90%;
      max-width: 500px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
      text-align: left;
    }
    #desktopSoftwarePopupClose {
      color: #333;
      float: right;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
    }
    #desktopSoftwarePopupClose:hover {
      color: #d9534f;
    }
    #desktopSoftwarePopup h2 {
      margin-top: 0;
      font-size: 24px;
      color: #333;
    }
    #desktopSoftwarePopup p {
      font-size: 16px;
      margin-bottom: 20px;
    }
    #desktopSoftwarePopup .btn {
      display: block;
      width: 100%;
      padding: 12px 0;
      margin-bottom: 10px;
      background-color: #28a745;
      color: white;
      border-radius: 8px;
      text-decoration: none;
      font-size: 16px;
    }
    #desktopSoftwarePopup .btn:hover {
      background-color: #218838;
    }

    /* Responsive adjustments */
    @media (max-width: 600px) {
      #onlineSoftwarePopupContent, #desktopSoftwarePopupContent {
        width: 95%;
        margin-top: 20%;
      }
    }

.feature-button {
	color: #3F7652;
	transition: color 0.3s ease; /* Optional: for smooth color transition */
}