    @import url('https://fonts.googleapis.com/css2?family=Almarai:wght@400;700&family=Roboto:wght@300;400;700&display=swap');
html {
  scroll-behavior: smooth;
}
    body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
    }
    .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 1rem;
    }
    header {
    background: #1a237e;
    color: #fff;
    text-align: center;
    padding: 2rem 1rem;
	background:linear-gradient(rgba(26,35,126,.90), rgba(26,35,126,.90)), url(bg.png);
	background-size: cover;
	background-position: center;
    }
    header .container {
    max-width: 1300px;
    margin: 0 auto;
    }
		header h1 {
			font-family: 'Almarai', serif;
			font-size: 58px;
			margin: 0 auto 25px;
			font-style: italic;
			max-width: 880px;
			font-weight: 700;
			line-height: 1.2;
}
		header h1 span {
			font-family: 'Roboto', sans-serif;
}
    header p {
    font-size: 1rem;
    margin: 1rem 0;
    }
	header .results {
    font-size: 1rem;
    margin: 1rem 0;
    }
    h2 {
    font-family: 'Gelasio', serif;
	font-size: 42px;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 16px;
    }
	h4 {
	font-size: 24px;
	align-items: center;
	text-align:center;
}
		h5 {
    background: #ffffff0f;
    border: 1px solid #fff6;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 18px;
    padding: 14px 25px 14px;
}
		h6 {
			font-family: Roboto,sans-serif;
			font-size: 20px;
			font-weight: 300;
			margin-bottom: 45px;
			margin-top: 5px;
}
footer h6 {
	font-family: Roboto,sans-serif;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 25px;
	margin-top: 5px;
	text-align: center;
}
		.amount_hint {
			  font-size: 14px;
			  color: #fff;
			  margin: -10px 0 0;
			  text-align: left;
}
		.form_concent {
			color: #fff;
			font-size: 15px;
			font-style: normal;
			font-weight: 300;
			letter-spacing: .13px;
			line-height: 164%;
			margin: auto auto 48px;
			max-width: 640px;
			text-align: center;
}
		.form_concent span {
			cursor: pointer;
			font-weight: 600;
			text-decoration: underline;
}
    .form-column {
    max-width: 320px;
    margin: 0 auto;
    }
		.input-wrapper {
    position: relative;
    margin-bottom: 1rem;
    }
    .input-field {
    padding: 20px 20px 20px 20px;
    border: 3px solid #67C665;
    border-radius: 8px;
    font-size: 19px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 3px;
    display: block;
			color: #999;
			font-weight: 600;
    }
		.input-label {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 19px;
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
    }
    .input-field:focus + .input-label,
    .input-field:not(:placeholder-shown) + .input-label {
    top: -15px;
    left: 20px;
    font-size: 16px;
    color: #67C665;
    }
    .button {
    background: #67C665;
    color: #fff;
    padding: 16px 24px 16px 32px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-size: 19px;
	font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto 25px auto;
    cursor: pointer;
    text-transform: uppercase;
	transition: all .4s ease;
    }
	.button2 {
    background: #ffffff;
    color: #67C665;
    padding: 16px 24px 16px 32px;
    border: 4px solid #67C665;
    border-radius: 8px;
    text-decoration: none;
    font-size: 19px;
	font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto 25px auto;
    cursor: pointer;
    text-transform: uppercase;
	transition: all .4s ease;
    }
    .button.full-width {
    width: 100%;
    }
    .button.limited-width {
    max-width: 220px;
    width: 100%;
    }
    .button span {
    text-align: left;
    }
    .button i {
    text-align: right;
    }
    .button i svg {
    transform: rotate(45deg);
	display: inherit;
    }
    .button:hover {
    background: #5aa859;
    }
	
	    .button2.limited-width {
    max-width: 220px;
    width: 100%;
    }
    .button2 span {
    text-align: left;
    }
    .button2 i {
    text-align: right;
    }
    .button2 i svg {
    transform: rotate(45deg);
	display: inherit;
    }
    .section {
    padding: 2rem 1rem;
    text-align: center;
    }
    .section:nth-child(even) {
    background: #f5f5f5;
    }
    .columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    }
    .column {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: left;
    }
	.column p {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 26px;
	max-width: 440px;
    }
	.column ul {
	list-style: none;
	padding-left: 0;
	display: block;
    }

	.column ul li {
	font-size: 17px;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
    }
	.column ul li svg {
	margin-right: 10px;
    }
    @media (min-width: 600px) {
    .column {
    flex: 1 1 45%;
    max-width: 45%;
    }
    }
    @media (min-width: 900px) {
    .column {
    flex: 1 1 30%;
    max-width: 30%;
    }
    }
    .placeholder {
    background: #ddd;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 1rem;
    margin: 1rem 0;
    padding: 1rem;
    box-sizing: border-box;
	border-radius: 12px;
}
    nav {
    background: #fff;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    position: relative;
    }
    nav .logo {
    display: flex;
    align-items: center;
    }
    nav .logo img {
    height: 40px;
    margin-right: 1rem;
    }
    nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0;
    padding: 0;
    }
    nav ul li {
    display: inline;
    }
    nav ul li a {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
    }
    nav ul li a:hover {
    text-decoration: none;
	color: #67C665;
    }
    .menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    }
    .menu-toggle div {
    width: 100%;
    height: 3px;
    background: #333;
    margin: 3px 0;
    }
    @media (max-width: 768px) {
    nav ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    nav ul.active {
    display: flex;
	padding: 20px 0 20px 0;	
    }
	nav ul li {
	padding: 0 20px 0 20px;	
	}
    .menu-toggle {
    display: flex;
    }
		header h1 {
			font-size: 34px;
			margin: 0 auto 20px;
}
		h2 {
			font-size: 31px;
}
		h5 {
			font-size: 16px;
			margin-top: 10px;
}
		h6 {
			font-size: 18px;
			margin-bottom: 30px;
			line-height: 1.3;
}
		footer h6 {
			font-size: 16px;
			margin-top: 15px;
			margin-bottom: 20px;
			line-height: 1.2;
}
    }
    footer {
    background: #1B1B1E;
    color: #999;
    text-align: center;
    padding: 2rem 1rem;
	margin-top: 20px;
    }
    footer .container {
    max-width: 1300px;
    margin: 0 auto;
    }
    footer p {
    margin: 0;
    font-size: 0.9rem;
    }
	footer a {
    color: #999;
	text-decoration:none;
	transition: all .4s ease;
    }
	footer a:hover {
    color: #fefefe;
	text-decoration:none;
    }
	footer ul {
    list-style: none;
    padding-left: 0;
	margin-bottom: 1rem;
	margin-top: 0;
	color: #999;
    }
	footer ul li {
	display: inline-block;
	margin-bottom: 14px;
	padding: 0 15px;
	position: relative;
	color: #999;
    }

    .accordion {
    margin: 1rem 0;
    border: none;
    overflow: hidden;
    }

    .accordion-item {
    border-bottom: 1px solid #ddd;
    }

    .accordion-item:last-child {
    border-bottom: none;
    }

    .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    cursor: pointer;
    font-weight: bold;
    text-align: left;
    border: none;
    background: none;
	font-size: 19px;
    }

    .accordion-header span {
    font-size: 1.2rem;
    font-weight: bold;
    }

    .accordion-content {
    display: none;
    padding: 1rem 0;
    text-align: left;
    }

    .accordion-content.active {
    display: block;
    }

    .accordion-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    flex-direction: row;
}

@media (max-width: 768px) {
    .accordion-container {
        flex-direction: column;
    }
}

    .accordion-container .accordion {
    flex: 1;
    }

    .accordion-container .image-container {
    flex: 1;
    text-align: right;
    }

    .accordion-container .image-container img {
    max-width: 100%;
    height: auto;
    }