/*!
Theme Name: Amina
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: amina
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Amina is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container {
	max-width: 1120px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*
========================================
HERO SECTION
========================================
*/

.hero-section {
	min-height: 90vh;
	display: flex;
	align-items: center;
	background: #f8f7ff;
}

.hero-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	margin: 70px auto;
}

.hero-content {
	flex: 1;
}

.hero-subtitle {
	color: #7c3aed;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
}

.hero-content h1 {
	font-size: 70px;
	line-height: 1.1;
	margin: 15px 0;
}

.hero-content h1 span {
	color: #7c3aed;
}

.hero-content h2 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 20px;
}

.hero-description {
	max-width: 600px;
	font-size: 18px;
	color: #666666;
	margin-bottom: 30px;
}

.hero-buttons {
	margin-top: 30px;
}

.hero-image {
	flex: 0 0 350px;
}

.profile-placeholder {
	width: 350px;
	height: 350px;
	border-radius: 50%;
	background: linear-gradient(135deg, #7c3aed, #c084fc);
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 20px 60px rgba(124, 58, 237, 0.3);
}

.profile-placeholder span {
	font-size: 100px;
	color: #ffffff;
	font-weight: 700;
}

/*
========================================
ABOUT SECTION
========================================
*/

.about-section {
	background: #ffffff;
	padding-top: 70px;
	padding-bottom: 70px;
}

.about-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: start;
}

.about-text p {
	color: #666666;
	font-size: 17px;
	margin-bottom: 20px;
}

.about-text .btn {
	margin-top: 15px;
}

.about-info {
	display: grid;
	gap: 20px;
}

.info-box {
	padding: 25px;
	background: #f8f7ff;
	border-left: 4px solid #7c3aed;
}

.info-box h3 {
	margin: 0 0 5px;
	font-size: 18px;
}

.info-box p {
	margin: 0;
	color: #666666;
}

/*
========================================
SKILLS SECTION
========================================
*/

.skills-section {
	background: #f8f7ff;
	padding: 70px 0;
}

.skills-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.skill-card {
	background: #ffffff;
	padding: 35px;
	border-radius: 10px;
	transition: 0.3s ease;
}

.skill-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.skill-card h3 {
	font-size: 22px;
	color: #7c3aed;
	margin-top: 0;
}

.skill-card p {
	color: #666666;
	margin-bottom: 0;
}

/*
========================================
PROJECTS SECTION
========================================
*/

.projects-section {
	background: #ffffff;
	padding: 70px 0;
}

.projects-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.project-card {
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #eeeeee;
	transition: 0.3s ease;
}

.project-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.project-image {
	height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 1px;
}

.project-one {
	background: linear-gradient(135deg, #7c3aed, #a855f7);
}

.project-two {
	background: linear-gradient(135deg, #2563eb, #60a5fa);
}

.project-three {
	background: linear-gradient(135deg, #db2777, #f472b6);
}

.project-content {
	padding: 25px;
}

.project-content h3 {
	margin-top: 0;
	font-size: 22px;
}

.project-content p {
	color: #666666;
}

.project-content a {
	color: #7c3aed;
	font-weight: 700;
}

/*
========================================
CONTACT SECTION
========================================
*/

.contact-section {
	background: #1d1d1d;
	color: #ffffff;
	text-align: center;
	padding: 70px 0;
}

.contact-container {
	max-width: 850px;
}

.contact-content h2 {
	font-size: 48px;
	line-height: 1.2;
	margin: 15px 0 20px;
}

.contact-content p {
	color: #cccccc;
	font-size: 18px;
	max-width: 650px;
	margin: 0 auto 30px;
}

.contact-content .btn-primary {
	background: #7c3aed;
}

/*
========================================
RESPONSIVE DESIGN
========================================
*/

@media (max-width: 992px) {

	.hero-content h1 {
		font-size: 55px;
	}

	.hero-image {
		flex: 0 0 280px;
	}

	.profile-placeholder {
		width: 280px;
		height: 280px;
	}

	.skills-grid,
	.projects-grid {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media (max-width: 768px) {

	.section-padding {
		padding: 70px 0;
	}

	.hero-section {
		padding: 80px 0;
	}

	.hero-container {
		flex-direction: column-reverse;
		text-align: center;
	}

	.hero-content h1 {
		font-size: 48px;
	}

	.hero-description {
		margin-left: auto;
		margin-right: auto;
	}

	.about-content {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.skills-grid,
	.projects-grid {
		grid-template-columns: 1fr;
	}

	.section-heading h2 {
		font-size: 34px;
	}

	.contact-content h2 {
		font-size: 36px;
	}

	.btn-outline {
		margin-left: 5px;
	}

}

@media (max-width: 480px) {

	.hero-content h1 {
		font-size: 40px;
	}

	.hero-content h2 {
		font-size: 21px;
	}

	.profile-placeholder {
		width: 230px;
		height: 230px;
	}

	.profile-placeholder span {
		font-size: 70px;
	}

	.hero-buttons .btn {
		display: block;
		margin: 10px 0;
	}

	.btn-outline {
		margin-left: 0;
	}

}




/* ========================================
   TECHNOLOGIES PAGE
======================================== */

.technologies-page {
	background: #ffffff;
}

/* HERO */

.technologies-hero {
	padding: 120px 0;
	text-align: center;
	background: #f8f7ff;
}

.section-label {
	color: #7c3aed;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 15px;
}

.technologies-hero h1 {
	font-size: 64px;
	line-height: 1.1;
	margin-bottom: 25px;
}

.hero-text {
	max-width: 750px;
	margin: 0 auto;
	color: #666666;
	font-size: 18px;
}

/* TECHNOLOGY SECTIONS */

.technology-section {
	padding: 100px 0;
}

.technology-alt {
	background: #f8f7ff;
}

/* HEADING */

.technology-heading {
	display: flex;
	align-items: flex-start;
	gap: 25px;
	max-width: 800px;
	margin-bottom: 50px;
}

.technology-heading>span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	border-radius: 50%;
	background: #7c3aed;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
}

.technology-heading h2 {
	margin: 0 0 10px;
	font-size: 36px;
}

.technology-heading p {
	margin: 0;
	color: #666666;
	font-size: 17px;
}

/* TECHNOLOGY GRID */

.technology-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

/* TECHNOLOGY CARD */

.technology-card {
	padding: 30px;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 12px;
	transition: all 0.3s ease;
}

.technology-alt .technology-card {
	background: #ffffff;
}

.technology-card:hover {
	transform: translateY(-8px);
	border-color: #7c3aed;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.technology-card h3 {
	margin: 0 0 12px;
	color: #7c3aed;
	font-size: 23px;
}

.technology-card p {
	margin: 0;
	color: #666666;
	line-height: 1.7;
}

/* CTA */

.technology-cta {
	padding: 100px 0;
	text-align: center;
	background: #1d1d1d;
	color: #ffffff;
}

.technology-cta h2 {
	font-size: 45px;
	margin-bottom: 20px;
}

.technology-cta p {
	max-width: 650px;
	margin: 0 auto 30px;
	color: #cccccc;
	font-size: 18px;
}

.tech-btn {
	display: inline-block;
	padding: 15px 32px;
	background: #7c3aed;
	color: #ffffff;
	border-radius: 6px;
	font-weight: 600;
	transition: 0.3s ease;
}

.tech-btn:hover {
	background: #5b21b6;
	transform: translateY(-3px);
	color: #ffffff;
}

/* TABLET */

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

	.technology-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.technologies-hero h1 {
		font-size: 52px;
	}

}

/* MOBILE */

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

	.technologies-hero {
		padding: 80px 0;
	}

	.technologies-hero h1 {
		font-size: 42px;
	}

	.technology-section {
		padding: 70px 0;
	}

	.technology-heading {
		gap: 15px;
	}

	.technology-heading>span {
		width: 50px;
		height: 50px;
		font-size: 16px;
	}

	.technology-heading h2 {
		font-size: 30px;
	}

	.technology-grid {
		grid-template-columns: 1fr;
	}

	.technology-cta {
		padding: 70px 0;
	}

	.technology-cta h2 {
		font-size: 34px;
	}

}

/* ========================================= MODERN WORDPRESS HEADER ========================================= */
.site-header {
	width: 100%;
	min-height: 80px;
	padding: 15px 5%;
	background: #ffffff;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: sticky;
	top: 0;
	z-index: 999;
	transition: all 0.3s ease;
}

/* ========================================= WEBSITE BRAND / LOGO ========================================= */
.site-branding {
	display: flex;
	align-items: center;
}

.site-title {
	margin: 0;
	padding: 0;
}

.site-title a {
	font-size: 30px;
	font-weight: 800;
	color: #1d1d1d;
	text-decoration: none;
	letter-spacing: -1px;
	transition: 0.3s ease;
}

.site-title a::first-letter {
	color: #7c3aed;
}

.site-title a:hover {
	color: #7c3aed;
}

/* ========================================= NAVIGATION ========================================= */
.main-navigation {
	display: flex;
	align-items: center;
	justify-content: end;
}

.main-navigation ul,
.main-navigation .nav-menu {
	display: flex;
	align-items: center;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	margin: 0;
	padding: 0;
}

.main-navigation a {
	display: block;
	position: relative;
	padding: 12px 16px;
	color: #333333;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.3s ease;
}

/* Hover Effect */
.main-navigation a:hover {
	color: #7c3aed;
	background: #f6f3ff;
}

/* Active Page */
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
	color: #7c3aed;
	background: #f0ebff;
}

/* Modern Animated Underline */
.main-navigation a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	left: 50%;
	bottom: 5px;
	background: #7c3aed;
	transform: translateX(-50%);
	transition: width 0.3s ease;
}

.main-navigation a:hover::after,
.main-navigation .current_page_item a::after,
.main-navigation .current-menu-item a::after {
	width: 45%;
}

/* ========================================= MOBILE MENU BUTTON ========================================= */
.menu-toggle {
	display: none;
	padding: 10px 15px;
	background: #7c3aed;
	color: #ffffff;
	border: none;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s ease;
}

.menu-toggle:hover {
	background: #5b21b6;
}

/* ========================================= TABLET & MOBILE ========================================= */
@media screen and (max-width: 768px) {

	.site-header {
		min-height: 70px;
		padding: 12px 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.site-title a {
		font-size: 26px;
	}

	.main-navigation {
		display: flex;
		justify-content: end;
	}

	/* Show button */

	.menu-toggle {
		display: block;
		padding: 10px 15px;
		background: #7c3aed;
		color: #ffffff;
		border: none;
		border-radius: 6px;
		font-size: 14px;
		font-weight: 600;
		cursor: pointer;
	}

	/* Hide menu */

	#primary-menu {
		display: none;
		position: absolute;
		top: 100%;
		right: 00;
		width: 100%;
		background: #ffffff;
		padding: 12px;
		border-radius: 12px;
		box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
		border-bottom: 1px solid #eeeeee;
		z-index: 9999;
	}

	/* Show menu when JavaScript adds active */

	#primary-menu.active {
		display: block;
	}

	#primary-menu ul,
	#primary-menu .nav-menu {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 5px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#primary-menu li {
		width: 100%;
	}

	#primary-menu a {
		display: block;
		width: 100%;
		padding: 14px 15px;
		color: #333333;
		text-decoration: none;
		border-radius: 6px;
	}

	#primary-menu a:hover,
	#primary-menu .current_page_item a {
		background: #f0ebff;
		color: #7c3aed;
	}

}

/* ========================================= SMALL MOBILE DEVICES ========================================= */
@media screen and (max-width: 480px) {
	.site-header {
		padding: 10px 15px;
	}

	.site-title a {
		font-size: 24px;
	}

	.menu-toggle {
		padding: 9px 12px;
		font-size: 13px;
	}

	.main-navigation .menu {
		width: calc(100vw - 30px);
		right: 0;
	}
}

/* ========================================================= LATEST BLOGS SECTION ========================================================= */
.latest-blogs-section {
	padding: 100px 20px;
	background: #f8fafc;
}

.latest-blogs-section .container {
	max-width: 1200px;
	margin: 0 auto;
}

/* ========================================================= SECTION HEADING ========================================================= */
.latest-blogs-heading {
	max-width: 700px;
	margin: 0 auto 55px;
	text-align: center;
}

.latest-blogs-heading .section-label {
	margin-bottom: 12px;
	color: #2563eb;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 2px;
}

.latest-blogs-heading h2 {
	margin: 0 0 15px;
	color: #111827;
	font-size: clamp(34px, 5vw, 50px);
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -1px;
}

.latest-blogs-heading>p:last-child {
	margin: 0;
	color: #6b7280;
	font-size: 17px;
	line-height: 1.7;
}

/* ========================================================= BLOG GRID ========================================================= */
.latest-blogs-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

/* ========================================================= BLOG CARD ========================================================= */
.latest-blog-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-width: 0;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.latest-blog-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.10);
}

/* ========================================================= BLOG IMAGE ========================================================= */
.latest-blog-image {
	height: 230px;
	overflow: hidden;
	background: #e5e7eb;
}

.latest-blog-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.latest-blog-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.latest-blog-card:hover .latest-blog-image img {
	transform: scale(1.06);
}

/* ========================================================= IMAGE PLACEHOLDER ========================================================= */
.latest-blog-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #111827;
	color: #ffffff;
}

.latest-blog-placeholder span {
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 2px;
}

/* ========================================================= BLOG CONTENT ========================================================= */
.latest-blog-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 25px;
}

/* ========================================================= META ========================================================= */
.latest-blog-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
	color: #9ca3af;
	font-size: 12px;
	font-weight: 700;
}

.latest-blog-meta a {
	color: #2563eb;
	text-decoration: none;
}

.latest-blog-meta a:hover {
	text-decoration: underline;
}

/* ========================================================= TITLE ========================================================= */
.latest-blog-title {
	margin: 0 0 13px;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 750;
}

.latest-blog-title a {
	color: #111827;
	text-decoration: none;
	transition: color 0.25s ease;
}

.latest-blog-title a:hover {
	color: #2563eb;
}

/* ========================================================= EXCERPT ========================================================= */
.latest-blog-excerpt {
	margin: 0 0 22px;
	color: #6b7280;
	font-size: 15px;
	line-height: 1.7;
}

/* ========================================================= READ ARTICLE ========================================================= */
.latest-blog-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	color: #2563eb;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.latest-blog-link span {
	transition: transform 0.25s ease;
}

.latest-blog-link:hover {
	color: #1d4ed8;
}

.latest-blog-link:hover span {
	transform: translateX(5px);
}

/* ========================================================= VIEW ALL BUTTON ========================================================= */
.view-all-blogs {
	margin-top: 45px;
	text-align: center;
}

.view-all-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 25px;
	border: 1px solid #2563eb;
	border-radius: 10px;
	background: #2563eb;
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	transition: all 0.25s ease;
}

.view-all-btn:hover {
	background: #1d4ed8;
	border-color: #1d4ed8;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(37, 99, 235, 0.20);
}

.view-all-btn span {
	transition: transform 0.25s ease;
}

.view-all-btn:hover span {
	transform: translateX(4px);
}

/* ========================================================= NO BLOGS ========================================================= */
.no-latest-blogs {
	grid-column: 1 / -1;
	text-align: center;
	color: #6b7280;
}

/* ========================================================= TABLET ========================================================= */
@media (max-width: 950px) {
	.latest-blogs-section {
		padding: 80px 20px;
	}

	.latest-blogs-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}
}

/* ========================================================= MOBILE ========================================================= */
@media (max-width: 650px) {
	.latest-blogs-section {
		padding: 65px 15px;
	}

	.latest-blogs-heading {
		margin-bottom: 35px;
	}

	.latest-blogs-heading h2 {
		font-size: 36px;
	}

	.latest-blogs-heading>p:last-child {
		font-size: 15px;
	}

	.latest-blogs-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.latest-blog-image {
		height: 220px;
	}

	.latest-blog-content {
		padding: 22px;
	}
}

/* ========================================================= SMALL MOBILE ========================================================= */
@media (max-width: 400px) {
	.latest-blog-image {
		height: 200px;
	}

	.latest-blog-title {
		font-size: 20px;
	}
}

/* =========================================================
   AMINA MODERN BLOG ARCHIVE
   ========================================================= */

.archive-page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 25px 90px;
}


/* =========================================================
   ARCHIVE HERO
   ========================================================= */

.archive-hero {
	text-align: center;
	margin-bottom: 55px;
}

.archive-hero-content {
	max-width: 750px;
	margin: 0 auto;
}

.archive-label {
	display: inline-block;
	margin-bottom: 15px;
	padding: 7px 15px;
	border-radius: 50px;
	background: #eff6ff;
	color: #2563eb;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.5px;
}

.archive-title {
	margin: 0 0 15px;
	font-size: clamp(38px, 6vw, 64px);
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -2px;
	color: #111827;
}

.archive-description {
	max-width: 650px;
	margin: 0 auto;
	color: #6b7280;
	font-size: 17px;
	line-height: 1.7;
}


/* =========================================================
   BLOG GRID
   ========================================================= */

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}


/* =========================================================
   BLOG CARD
   ========================================================= */

.blog-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 18px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.blog-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}


/* =========================================================
   CARD IMAGE
   ========================================================= */

.blog-card-image {
	position: relative;
	height: 230px;
	overflow: hidden;
	background: #f3f4f6;
}

.blog-card-image>a {
	display: block;
	width: 100%;
	height: 100%;
}

.blog-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-image img {
	transform: scale(1.06);
}


/* =========================================================
   CATEGORY
   ========================================================= */

.blog-category {
	position: absolute;
	left: 18px;
	bottom: 18px;
	z-index: 2;
}

.blog-category a {
	display: inline-block;
	padding: 7px 13px;
	border-radius: 50px;
	background: #ffffff;
	color: #2563eb;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.blog-category a:hover {
	background: #2563eb;
	color: #ffffff;
}


/* =========================================================
   PLACEHOLDER IMAGE
   ========================================================= */

.blog-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #111827;
	color: #ffffff;
}

.blog-placeholder span {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 3px;
}


/* =========================================================
   CARD CONTENT
   ========================================================= */

.blog-card-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 25px;
}


/* =========================================================
   DATE
   ========================================================= */

.blog-date {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 12px;
	color: #9ca3af;
	font-size: 13px;
	font-weight: 600;
}

.date-icon {
	font-size: 8px;
	color: #2563eb;
}


/* =========================================================
   TITLE
   ========================================================= */

.blog-card-title {
	margin: 0 0 13px;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 750;
}

.blog-card-title a {
	color: #111827;
	text-decoration: none;
	transition: color 0.25s ease;
}

.blog-card-title a:hover {
	color: #2563eb;
}


/* =========================================================
   EXCERPT
   ========================================================= */

.blog-excerpt {
	margin-bottom: 22px;
	color: #6b7280;
	font-size: 15px;
	line-height: 1.7;
}


/* =========================================================
   READ ARTICLE
   ========================================================= */

.blog-read-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	color: #2563eb;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.blog-read-more span {
	transition: transform 0.25s ease;
}

.blog-read-more:hover {
	color: #1d4ed8;
}

.blog-read-more:hover span {
	transform: translateX(5px);
}


/* =========================================================
   PAGINATION
   ========================================================= */

.archive-pagination {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.archive-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	margin: 4px;
	padding: 0 13px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #ffffff;
	color: #374151;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.25s ease;
}

.archive-pagination .page-numbers:hover,
.archive-pagination .page-numbers.current {
	border-color: #2563eb;
	background: #2563eb;
	color: #ffffff;
}


/* =========================================================
   NO POSTS
   ========================================================= */

.no-posts {
	max-width: 650px;
	margin: 80px auto;
	padding: 60px 30px;
	text-align: center;
	border-radius: 20px;
	background: #f8fafc;
}

.no-posts h2 {
	margin: 0 0 10px;
	color: #111827;
	font-size: 30px;
}

.no-posts p {
	margin: 0;
	color: #6b7280;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 950px) {

	.archive-page {
		padding: 55px 20px 70px;
	}

	.blog-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	.blog-card-image {
		height: 220px;
	}
}


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

@media (max-width: 650px) {

	.archive-page {
		padding: 40px 15px 60px;
	}

	.archive-hero {
		margin-bottom: 35px;
	}

	.archive-title {
		font-size: 40px;
		letter-spacing: -1px;
	}

	.archive-description {
		font-size: 15px;
	}

	.blog-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.blog-card-image {
		height: 230px;
	}

	.blog-card-content {
		padding: 22px;
	}

	.blog-card-title {
		font-size: 21px;
	}
}


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

@media (max-width: 400px) {

	.archive-page {
		padding-left: 10px;
		padding-right: 10px;
	}

	.archive-title {
		font-size: 34px;
	}

	.blog-card-image {
		height: 210px;
	}

	.archive-pagination .page-numbers {
		min-width: 38px;
		height: 38px;
		padding: 0 9px;
	}
}


/* =========================================================
   MODERN WORDPRESS SINGLE POST LAYOUT
   ========================================================= */

/* ---------- Global Article Area ---------- */

.site-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 25px;
}

/* ---------- Single Post ---------- */

.site-main article.post {
	max-width: 900px;
	margin: 0 auto 50px;
	background: #ffffff;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* ---------- Post Header ---------- */

.entry-header {
	padding: 55px 60px 35px;
	text-align: center;
}

.entry-title {
	margin: 0 0 22px;
	font-size: clamp(32px, 5vw, 56px);
	line-height: 1.12;
	font-weight: 800;
	letter-spacing: -1.5px;
	color: #151515;
}

/* ---------- Post Meta ---------- */

.entry-meta {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 15px;
	color: #777;
}

.entry-meta a {
	color: #2563eb;
	text-decoration: none;
	font-weight: 600;
}

.entry-meta a:hover {
	text-decoration: underline;
}

.posted-on,
.byline {
	display: inline-flex;
	align-items: center;
}

/* ---------- Featured Image ---------- */

.post-thumbnail {
	width: 100%;
	overflow: hidden;
}

.post-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 550px;
	object-fit: cover;
}

/* ---------- Article Content ---------- */

.entry-content {
	padding: 45px 60px 60px;
	color: #333;
	font-size: 18px;
	line-height: 1.85;
}

.entry-content p {
	margin: 0 0 24px;
}

/* ---------- Headings ---------- */

.entry-content h2 {
	position: relative;
	margin: 55px 0 22px;
	padding-left: 18px;
	font-size: clamp(26px, 4vw, 36px);
	line-height: 1.25;
	font-weight: 750;
	color: #171717;
}

.entry-content h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 5px;
	height: calc(100% - 10px);
	border-radius: 10px;
	background: #2563eb;
}

/* ---------- Strong Text ---------- */

.entry-content strong {
	color: #111;
	font-weight: 700;
}

/* ---------- Inline Code ---------- */

.entry-content code {
	padding: 3px 7px;
	border-radius: 6px;
	background: #f1f5f9;
	color: #dc2626;
	font-family: Consolas, Monaco, monospace;
	font-size: 0.9em;
}

/* ---------- Lists ---------- */

.entry-content ul,
.entry-content ol {
	margin: 25px 0 30px;
	padding-left: 28px;
}

.entry-content li {
	margin-bottom: 12px;
	padding-left: 5px;
}

.entry-content ul li::marker {
	color: #2563eb;
}

/* ---------- Links Inside Content ---------- */

.entry-content a {
	color: #2563eb;
	font-weight: 600;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.entry-content a:hover {
	color: #1d4ed8;
}

/* ---------- Special Paragraph Styling ---------- */

.entry-content p:last-child {
	margin-bottom: 0;
}

/* ---------- Post Footer ---------- */

.entry-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	padding: 25px 60px;
	border-top: 1px solid #eeeeee;
	background: #fafafa;
	font-size: 14px;
}

.cat-links {
	color: #666;
}

.cat-links a {
	color: #2563eb;
	text-decoration: none;
	font-weight: 600;
}

.edit-link a {
	color: #555;
	text-decoration: none;
}

.edit-link a:hover {
	color: #2563eb;
}

/* =========================================================
   COMMENTS
   ========================================================= */

.comments-area {
	max-width: 900px;
	margin: 0 auto 60px;
	padding: 45px 55px;
	background: #ffffff;
	border-radius: 22px;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}

.comments-area h3 {
	margin: 0 0 25px;
	font-size: 28px;
	color: #151515;
}

.comment-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.comment-form p {
	margin: 0;
}

.comment-form label {
	display: block;
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: 600;
	color: #333;
}

.comment-form textarea {
	width: 100%;
	min-height: 180px;
	padding: 15px 17px;
	border: 1px solid #ddd;
	border-radius: 12px;
	background: #fafafa;
	font-family: inherit;
	font-size: 16px;
	resize: vertical;
	box-sizing: border-box;
	transition: all 0.25s ease;
}

.comment-form textarea:focus {
	outline: none;
	border-color: #2563eb;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.10);
}

.form-submit input[type="submit"] {
	border: none;
	border-radius: 10px;
	padding: 13px 25px;
	background: #2563eb;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.25s ease;
}

.form-submit input[type="submit"]:hover {
	background: #1d4ed8;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}

/* =========================================================
   RESPONSIVE TABLET
   ========================================================= */

@media (max-width: 900px) {

	.site-main {
		padding: 40px 18px;
	}

	.entry-header {
		padding: 45px 35px 30px;
	}

	.entry-content {
		padding: 35px 35px 45px;
		font-size: 17px;
	}

	.entry-footer {
		padding: 22px 35px;
	}

	.comments-area {
		padding: 35px;
	}
}

/* =========================================================
   RESPONSIVE MOBILE
   ========================================================= */

@media (max-width: 600px) {

	.site-main {
		padding: 20px 10px;
	}

	.site-main article.post {
		border-radius: 15px;
		margin-bottom: 25px;
	}

	.entry-header {
		padding: 32px 22px 25px;
	}

	.entry-title {
		font-size: 31px;
		letter-spacing: -0.8px;
	}

	.entry-meta {
		font-size: 13px;
	}

	.post-thumbnail img {
		min-height: 220px;
		object-fit: cover;
	}

	.entry-content {
		padding: 30px 22px 40px;
		font-size: 16px;
		line-height: 1.75;
	}

	.entry-content h2 {
		margin-top: 42px;
		font-size: 25px;
		padding-left: 14px;
	}

	.entry-content h2::before {
		width: 4px;
	}

	.entry-content ul,
	.entry-content ol {
		padding-left: 23px;
	}

	.entry-footer {
		padding: 20px 22px;
		flex-direction: column;
		align-items: flex-start;
	}

	.comments-area {
		margin: 0 10px 35px;
		padding: 28px 22px;
		border-radius: 15px;
	}

	.comments-area h3 {
		font-size: 24px;
	}

	.comment-form textarea {
		min-height: 150px;
	}
}

/* =========================================================
   EXTRA SMALL DEVICES
   ========================================================= */

@media (max-width: 380px) {

	.entry-title {
		font-size: 27px;
	}

	.entry-content {
		font-size: 15px;
	}

	.entry-content h2 {
		font-size: 23px;
	}

	.entry-header {
		padding: 28px 18px 22px;
	}

	.entry-content {
		padding: 25px 18px 35px;
	}

	.entry-footer {
		padding: 18px;
	}

	.comments-area {
		padding: 25px 18px;
	}
}



/* ========================================= MODERN PORTFOLIO FOOTER ========================================= */
.site-footer {
	background: #111111;
	color: #ffffff;
	padding: 80px 5% 0;
}

/* MAIN FOOTER CONTAINER */
.footer-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1.5fr;
	gap: 50px;
	padding-bottom: 70px;
}

/* ========================================= FOOTER BRAND ========================================= */
.footer-brand h2 {
	margin: 0 0 20px;
	font-size: 32px;
	font-weight: 800;
	color: #ffffff;
}

.footer-brand h2 span {
	color: #7c3aed;
}

.footer-brand p {
	max-width: 330px;
	color: #a3a3a3;
	line-height: 1.8;
	margin-bottom: 25px;
}

/* SOCIAL LINKS */
.footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 14px;
	color: #d4d4d4;
	border: 1px solid #333333;
	border-radius: 6px;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.footer-social a:hover {
	color: #ffffff;
	background: #7c3aed;
	border-color: #7c3aed;
	transform: translateY(-3px);
}

/* ========================================= FOOTER LINKS ========================================= */
.footer-links h3,
.footer-contact h3 {
	margin: 5px 0 22px;
	color: #ffffff;
	font-size: 18px;
}

.footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 13px;
}

.footer-links a {
	color: #a3a3a3;
	text-decoration: none;
	transition: all 0.3s ease;
}

.footer-links a:hover {
	color: #ffffff;
	padding-left: 6px;
}

/* ========================================= CONTACT SECTION ========================================= */
.footer-contact p {
	color: #a3a3a3;
	line-height: 1.8;
	margin-bottom: 25px;
}

.footer-email {
	display: inline-block;
	padding: 13px 20px;
	background: #7c3aed;
	color: #ffffff;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.footer-email:hover {
	background: #5b21b6;
	color: #ffffff;
	transform: translateY(-3px);
}

/* ========================================= FOOTER BOTTOM ========================================= */
.footer-bottom {
	border-top: 1px solid #292929;
	padding: 25px 0;
}

.footer-bottom-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.footer-bottom p {
	margin: 0;
	color: #888888;
	font-size: 14px;
}

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

/* ========================================= TABLET RESPONSIVE ========================================= */
@media screen and (max-width: 992px) {
	.footer-container {
		grid-template-columns: repeat(2, 1fr);
		gap: 50px 40px;
	}
}

/* ========================================= MOBILE RESPONSIVE ========================================= */
@media screen and (max-width: 600px) {
	.site-footer {
		padding: 60px 25px 0;
	}

	.footer-container {
		grid-template-columns: 1fr;
		gap: 40px;
		padding-bottom: 50px;
	}

	.footer-brand p {
		max-width: 100%;
	}

	.footer-bottom-container {
		flex-direction: column;
		text-align: center;
	}

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

	.footer-social {
		gap: 8px;
	}
}