/**
 * ===================================================================
 *
 *  Kards v1.0 Main Stylesheet
 *  url: styleshout.com
 *  03-01-2016
 *  ------------------------------------------------------------------
 *  TOC:
 *  01. webfonts and iconfonts
 *  02. base style overrides
 *  03. typography & general theme styles
 *  04. preloader
 *  05. forms
 *  06. buttons
 *  07. other components
 *  08. common styles
 *  09. header styles
 *  10. intro
 *  11. about
 *  12. resume
 *  13. portfolio
 *  14. call-to-action section
 *  15. services
 *  16. stats
 *  17. contact
 *  18. footer
 *
 * ===================================================================
 */


/**
 * ===================================================================
 * 01. webfonts and iconfonts - (_document-setup.scss)
 *
 * -------------------------------------------------------------------
 */
@import url("fonts.css");
@import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");


/**
 * ===================================================================
 * 02. base style overrides - (_document-setup.scss)
 *
 * -------------------------------------------------------------------
 */
html {
	font-size: 10px;
}

@media only screen and (max-width:1024px) {
	html {
		font-size: 9.411764705882353px;
	}
}
@media only screen and (max-width:768px) {
	html {
		font-size: 10px;
	}
}
@media only screen and (max-width:400px) {
	html {
		font-size: 9.411764705882353px;
	}
}

html, body {
	height: 100%;
}
body {
	background: #151515;
	font-family: "lora-regular", serif;
    font-size: 1.8rem; /* Changed from 1.7rem */
    line-height: 3.2rem; /* Changed from 3rem */
	color: #6e6e6e;
}

/**
 * links - (_document-setup.scss)
 * -------------------------------------------------------------------
 */
/* Use browser default color for links */
a, a:visited {
	/* No color set, so browser default applies */
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
/* Removed extra closing brace */
}
a:hover, a:focus, a:active {
	color: #007AFF;
	outline: 0;
}
/* Add these to your existing styles.css */

/* Base responsive adjustments */
body {
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

/* Make the header responsive */
header {
    padding: 1rem 5%;
}

/* Responsive navigation */
nav {
    flex-wrap: wrap; /* Allow items to wrap on small screens */
    gap: 1rem;
    justify-content: center;
}

nav a {
    padding: 0.5rem 1rem; /* More compact on mobile */
}

/* Profile section adjustments */
.profile {
    flex-direction: column; /* Stack vertically on mobile */
    align-items: center;
    text-align: center;
    padding: 2rem 5%;
}

.profile img {
    max-width: 200px; /* Limit image size */
    height: auto;
    margin-bottom: 1rem;
}

/* Responsive project grid */
.projects-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    padding: 0 5%;
}

.project-card {
    min-width: 0; /* Prevent overflow */
}

/* Media Queries for specific breakpoints */
@media (max-width: 768px) {
    .profile-text h1 {
        font-size: 2rem;
    }
    
    .profile-text p {
        font-size: 1rem;
    }
    
    .skills-container {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    nav {
        flex-direction: column;
        align-items: center;
    }
    
    .profile img {
        max-width: 150px;
    }
}
/**
 * ===================================================================
 * 03. typography & general theme styles - (_document-setup.scss)
 *
 * -------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6, .h01, .h02, .h03, .h04, .h05, .h06 {
	font-family: "poppins-semibold", sans-serif;
	color: #007AFF;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-bottom: 2.1rem;
}
h3, .h03, h4, .h04 {
	margin-bottom: 1.8rem;
}
h5, .h05, h6, .h06 {
	font-family: "poppins-bold";
	margin-bottom: 1.2rem;
}
h1, .h01 {
	font-size: 3.1rem;
	line-height: 1.355;
	letter-spacing: -.1rem;
}
@media only screen and (max-width:600px) {
	h1, .h01 {
        font-size: 2.8rem; /* Changed from 2.6rem */
		letter-spacing: -.07rem;
	}
}
h2, .h02 {
	font-size: 2.4rem;
	line-height: 1.25;
}
h3, .h03 {
	font-size: 2rem;
	line-height: 1.5;
}
h4, .h04 {
	font-size: 1.7rem;
	line-height: 1.765;
}
h5, .h05 {
	font-size: 1.4rem;
	line-height: 1.714;
	text-transform: uppercase;
	letter-spacing: .15rem;
}
h6, .h06 {
	font-size: 1.3rem;
	line-height: 1.846;
	text-transform: uppercase;
	letter-spacing: .15rem;
}
p img {
	margin: 0;
}
p.lead {
	font-family: "lora-regular", serif;
	font-size: 2rem;
	line-height: 1.8;
	color: #888888;
}
@media only screen and (max-width:768px) {
	p.lead {
		font-size: 1.7rem;
	}
}
em, i, strong, b {
	font-size: 1.7rem;
	line-height: 3rem;
	font-style: normal;
	font-weight: normal;
}
em, i {
	font-family: "lora-italic", serif;
}
strong, b {
	font-family: "lora-bold", serif;
}
small {
	font-size: 1.2rem;
	line-height: inherit;
}
blockquote {
	margin: 3rem 0;
	padding-left: 4rem;
	position: relative;
}
blockquote:before {
	content: "\201C";
	font-size: 8rem;
	line-height: 0px;
	margin: 0;
	color: #313131;
	font-family: arial, sans-serif;
	position: absolute;
	top: 3rem;
	left: 0;
}
blockquote p {
	font-family: georgia, serif;
	font-style: italic;
	padding: 0;
	font-size: 1.9rem;
	line-height: 1.737;
}
blockquote cite {
	display: block;
	font-size: 1.3rem;
	font-style: normal;
	line-height: 1.616;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
	color: #888888;
	border: none;
}
abbr {
	font-family: "poppins-bold", serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .05rem;
	color: #888888;
}
var, kbd, samp, code, pre {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
pre {
	padding: 2.4rem 3rem 3rem;
	background: #F1F1F1;
}
code {
	font-size: 1.4rem;
	margin: 0 .2rem;
	padding: .3rem .6rem;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 3px;
}
pre > code {
	display: block;
	white-space: pre;
	line-height: 2;
	padding: 0;
	margin: 0;
}
pre.prettyprint > code {
	border: none;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
mark {
	background: #FFF49B;
	color: #000;
}
hr {
	border: solid #d2d2d2;
	border-width: 1px 0 0;
	clear: both;
	margin: 2.4rem 0 1.5rem;
	height: 0;
}

/**
 * Lists - (_document-setup.scss)
 * -------------------------------------------------------------------
 */
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	display: list-item;
}
ol, ul {
	margin-left: 1.7rem;
}
ul li {
	padding-left: .4rem;
}
ul ul, ul ol, ol ol, ol ul {
	margin: .6rem 0 .6rem 1.7rem;
}
ul.disc li {
	display: list-item;
	list-style: none;
	padding: 0 0 0 .8rem;
	position: relative;
}
ul.disc li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #007AFF;
	position: absolute;
	left: -17px;
	top: 11px;
	vertical-align: middle;
}
dt {
	margin: 0;
	color: #007AFF;
}
dd {
	margin: 0 0 0 2rem;
}

/**
 * tables - (_document-setup.scss)
 * -------------------------------------------------------------------
 */
table {
	border-width: 0;
	width: 100%;
	max-width: 100%;
	font-family: "lora-regular", sans-serif;
}
th, td {
	padding: 1.5rem 3rem;
	text-align: left;
	border-bottom: 1px solid #E8E8E8;
}
th {
	color: #313131;
	font-family: "poppins-bold", sans-serif;
}
td {
	line-height: 1.5;
}
th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
}
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/**
 * Spacing - (_document-setup.scss)
 * -------------------------------------------------------------------
 */
button, .button {
	margin-bottom: 1.2;
}
fieldset {
	margin-bottom: 1.5rem;
}
input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.ss-custom-select {
	margin-bottom: 3rem;
}

/**
 * floated image - (_document-setup.scss)
 * -------------------------------------------------------------------
 */
img.pull-right {
	margin: .9rem 0 0 2.4rem;
}
img.pull-left {
	margin: .9rem 2.4rem 0 0;
}

/**
 * block grid paddings - (_document-setup.scss)
 * -------------------------------------------------------------------
 */
.bgrid {
	padding: 0 20px;
}
@media only screen and (max-width:1024px) {
	.bgrid {
		padding: 0 18px;
	}
}
@media only screen and (max-width:768px) {
	.bgrid {
		padding: 0 15px;
	}
}
@media only screen and (max-width:600px) {
	.bgrid {
		padding: 0 10px;
	}
}
@media only screen and (max-width:400px) {
	.bgrid {
		padding: 0;
	}
}

/**
 * pace.js styles - minimal  - (_document-setup.scss)
 * -------------------------------------------------------------------
 */
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	background: #007AFF;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 100%;
	width: 100%;
	height: 6px;
}

/**
 * ===================================================================
 * 04. preloader - (_preloader-1.scss)
 *
 * -------------------------------------------------------------------
 */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #151515;
	z-index: 800;
	height: 100%;
	width: 100%;
}
.no-js #preloader, .oldie #preloader {
	display: none;
}
#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	padding: 0;
}
#loader:before {
	content: "";
	border-top: 11px solid rgba(255, 255, 255, 0.1);
	border-right: 11px solid rgba(255, 255, 255, 0.1);
	border-bottom: 11px solid rgba(255, 255, 255, 0.1);
	border-left: 11px solid #007AFF;
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
	display: block;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/**
 * ===================================================================
 * 05. forms - (_forms.scss)
 *
 * -------------------------------------------------------------------
 */
fieldset {
	border: none;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	display: block;
	height: 6rem;
	padding: 1.5rem 0;
	border: 0;
	outline: none;
	/* vertical-align removed, not needed for block elements */
	color: #313131;
	font-family: "poppins-regular", sans-serif;
	font-size: 1.5rem;
	line-height: 3rem;
	max-width: 100%;
	background: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ss-custom-select {
	position: relative;
	padding: 0;
}
.ss-custom-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	margin: 0;
	line-height: 3rem;
	vertical-align: middle;
}
.ss-custom-select select option {
	padding-left: 2rem;
	padding-right: 2rem;
}
.ss-custom-select select::-ms-expand {
	display: none;
}
.ss-custom-select::after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	right: 1.5rem;
	margin-top: -10px;
	bottom: auto;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	text-align: center;
	pointer-events: none;
	color: #252525;
}

/* IE9 and below */
.oldie .ss-custom-select::after {
	display: none;
}
textarea {
	min-height: 25rem;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	color: #cc005f;
	border-bottom: 1px solid #007AFF;
}
label, legend {
	font-family: "poppins-bold", sans-serif;
	font-size: 1.4rem;
	margin-bottom: .6rem;
	color: #3b3b3b;
	display: block;
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
}
label > .label-text {
	display: inline-block;
	margin-left: 1rem;
	font-family: "poppins-regular", sans-serif;
	line-height: inherit;
}
label > input[type="checkbox"], label > input[type="radio"] {
	margin: 0;
	position: relative;
	top: .15rem;
}

/**
 * Style Placeholder Text
 * -
 */
::-webkit-input-placeholder {
	color: #a1a1a1;
}
:-moz-placeholder {
	color: #a1a1a1;  /* Firefox 18- */
}
::-moz-placeholder {
	color: #a1a1a1;  /* Firefox 19+ */
}
:-ms-input-placeholder {
	color: #a1a1a1;
}
.placeholder {
	color: #a1a1a1 !important;
}

/**
 * ===================================================================
 * 06. buttons - (_button-essentials.scss)
 *
 * -------------------------------------------------------------------
 */
.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-family: "poppins-bold", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .3rem;
	height: 5.4rem;
	line-height: 5.4rem;
	padding: 0 3rem;
	margin: 0 .3rem 1.2rem 0;
	background: #d8d8d8;
	color: #313131;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border: none;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	background: #bebebe;
	color: #000000;
	outline: 0;
}
.button.button-primary,
a.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	background: #313131;
	color: #F2F2F7;
}
.button.button-primary:hover,
a.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
a:hover, a:focus, a:active {
    color: #007BFF; /* Changed from #007AFF */
}

.button.button-primary, 
a.button.button-primary, 
button.button-primary, 
input[type="submit"].button-primary, 
input[type="reset"].button-primary, 
input[type="button"].button-primary {
    background: #007BFF; /* Changed from #313131 */
    color: #F2F2F7;
}
button.full-width, .button.full-width {
	width: 100%;
	margin-right: 0;
}
button.medium, .button.medium {
	height: 5.7rem !important;
	line-height: 5.7rem !important;
	padding: 0 1.8rem !important;
}
button.large, .button.large {
	height: 6rem !important;
	line-height: 6rem !important;
	padding: 0rem 3rem !important;
}
button.stroke, .button.stroke {
	background: transparent !important;
	border: 3px solid #313131;
	line-height: 4.8rem;
}
button.stroke.medium, .button.stroke.medium {
	line-height: 5.1rem !important;
}
button.stroke.large, .button.stroke.large {
	line-height: 5.4rem !important;
}
button.stroke:hover, .button.stroke:hover {
	border: 3px solid #007AFF;
	color: #007AFF;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/**
 * ===================================================================
 * 07. other components - (_others.scss)
 *
 * -------------------------------------------------------------------
 */

/**
 * alert box - (_alert-box.scss)
 * -------------------------------------------------------------------
 */
.alert-box {
	padding: 2.1rem 4rem 2.1rem 3rem;
	position: relative;
	margin-bottom: 3rem;
	border-radius: 3px;
	font-family: "poppins-regular", sans-serif;
	font-size: 1.5rem;
}
.alert-box .close {
	position: absolute;
	right: 1.8rem;
	top: 1.8rem;
	cursor: pointer;
}
.ss-error {
	background-color: #ffd1d2;
	color: #e65153;
}
.ss-success {
	background-color: #c8e675;
	color: #758c36;
}
.ss-info {
	background-color: #d7ecfb;
	color: #4a95cc;
}
.ss-notice {
	background-color: #fff099;
	color: #bba31b;
}

/**
 * additional typo styles - (_additional-typo.scss)
 * -------------------------------------------------------------------
 */

/**
 * drop cap
 */
.drop-cap:first-letter {
	float: left;
	margin: 0;
	padding: 1.5rem .6rem 0 0;
	font-size: 8.4rem;
	font-family: "poppins-bold", sans-serif;
	line-height: 6rem;
	text-indent: 0;
	background: transparent;
	color: #313131;
}

/**
 * line definition style
 */
.lining dt, .lining dd {
	display: inline;
	margin: 0;
}
.lining dt + dt:before, .lining dd + dt:before {
	content: "\A";
	white-space: pre;
}
.lining dd + dd:before {
	content: ", ";
}
.lining dd + dd:before {
	content: ", ";
}
.lining dd:before {
	content: ": ";
	margin-left: -0.2em;
}

/**
 * dictionary definition style
 */
.dictionary-style dt {
	display: inline;
	counter-reset: definitions;
}
.dictionary-style dt + dt:before {
	content: ", ";
	margin-left: -0.2em;
}
.dictionary-style dd {
	display: block;
	counter-increment: definitions;
}
.dictionary-style dd:before {
	content: counter(definitions, decimal) ". ";
}

/**
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *		<blockquote>
 *			<p></p>
 *		</blockquote>
 *	</aside>
 *
 * ---------------------------------------------------------------------
 */
.pull-quote {
	position: relative;
	padding: 2.1rem 3rem 2.1rem 0px;
}
.pull-quote:before, .pull-quote:after {
	height: 1em;
	position: absolute;
	font-size: 8rem;
	font-family: Arial, Sans-Serif;
	color: #333;
}
.pull-quote:before {
	content: "\201C";
	top: 33px;
	left: 0;
}
.pull-quote:after {
	content: '\201D';
	bottom: -33px;
	right: 0;
}
.pull-quote blockquote {
	margin: 0;
}
.pull-quote blockquote:before {
	content: none;
}

/**
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *		<li><a href="#">[value]<em>[name]</em></a></li>
 *	</ul>
 *
 * Extend this object into your markup.
 *
 * ---------------------------------------------------------------------
 */
.stats-tabs {
	padding: 0;
	margin: 3rem 0;
}
.stats-tabs li {
	display: inline-block;
	margin: 0 1.5rem 3rem 0;
	padding: 0 1.5rem 0 0;
	border-right: 1px solid #ccc;
}
.stats-tabs li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.stats-tabs li a {
	display: inline-block;
	font-size: 2.5rem;
	font-family: "poppins-bold", sans-serif;
	border: none;
	color: #252525;
}
.stats-tabs li a:hover {
	color: #007AFF;
}
.stats-tabs li a em {
	display: block;
	margin: .6rem 0 0 0;
	font-size: 1.4rem;
	font-family: "poppins-regular", sans-serif;
	color: #888888;
}

/**
 * skillbars - (_skillbars.scss)
 * -------------------------------------------------------------------
 */
.skill-bars {
	list-style: none;
	margin: 6rem 0 3rem;
}
.skill-bars li {
	height: .6rem;
	background: #a1a1a1;
	width: 100%;
	margin-bottom: 6rem;
	padding: 0;
	position: relative;
}
.skill-bars li strong {
	position: absolute;
	left: 0;
	top: -3rem;
	font-family: "poppins-bold", sans-serif;
	color: #313131;
	text-transform: uppercase;
	letter-spacing: .2rem;
	font-size: 1.5rem;
	line-height: 2.4rem;
}
.skill-bars li .progress {
	background: #313131;
	position: relative;
	height: 100%;
}
.skill-bars li .progress span {
	position: absolute;
	right: 0;
	top: -3.6rem;
	display: block;
	font-family: "poppins-regular", sans-serif;
	color: white;
	font-size: 1.1rem;
	line-height: 1;
	background: #313131;
	padding: .6rem .6rem;
	border-radius: 3px;
}
.skill-bars li .progress span::after {
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -5px;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #313131;
	content: "";
}

.skill-bars li .percent5   { width: 5%; }
.skill-bars li .percent10  { width: 10%; }
.skill-bars li .percent15  { width: 15%; }
.skill-bars li .percent20  { width: 20%; }
.skill-bars li .percent25  { width: 25%; }
.skill-bars li .percent30  { width: 30%; }
.skill-bars li .percent35  { width: 35%; }
.skill-bars li .percent40  { width: 40%; }
.skill-bars li .percent45  { width: 45%; }
.skill-bars li .percent50  { width: 50%; }
.skill-bars li .percent55  { width: 55%; }
.skill-bars li .percent60  { width: 60%; }
.skill-bars li .percent65  { width: 65%; }
.skill-bars li .percent70  { width: 70%; }
.skill-bars li .percent75  { width: 75%; }
.skill-bars li .percent80  { width: 80%; }
.skill-bars li .percent85  { width: 85%; }
.skill-bars li .percent90  { width: 90%; }
.skill-bars li .percent95  { width: 95%; }
.skill-bars li .percent100 { width: 100%; }


/**
 * ===================================================================
 * 08. common styles (_layout.scss)
 *
 * -------------------------------------------------------------------
 */
 .grey-section {
	background: #ebebeb;
}
.grey-section p.lead {
	color: #7d7d7d;
}

/* Alternating Section Colors */
#intro {
    background: #151515 url(../images/intro-bg.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100vh; /* Fixed height */
    min-height: 720px;
    display: table;
    position: relative;
    text-align: center;
}

#about {
    background: #F2F2F7;
    padding-top: 14rem;
    padding-bottom: 16rem;
    height: 100vh; /* Fixed height */
    min-height: 720px;
}

/* Resume Download Section CSS - Matching Your Specifications */
#resume {
	background: #151515;
	padding-top: 12rem;
	padding-bottom: 12rem;
	height: 100vh;
	min-height: 720px;
	text-align: center;
  }
  
  /* Header matching portfolio colors */
  .section-header {
	max-width: 700px;
	margin: 0 auto 60px;
  }
  
  .section-header h4 {
	color: #007AFF;
	font-size: 1rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 15px;
  }
  
  .resume-section .section-header h2 {
	color: #fcfcfc; /* White text to match portfolio section */
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 20px;
  }

  .header-accent {
	width: 60px;
	height: 4px;
	background: #007AFF;
	margin: 0 auto;
	border-radius: 2px;
  }
  
  /* Download Button - Matching Portfolio Styling */
  .resume-download {
	margin-top: 40px;
  }
  
  .download-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 15px 30px;
	background: #007bffc7;
	color: white;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	position: center;
  }
  
  .download-btn:hover {
	background: #0066cc;
	transform: translateY(-2px);
  }
  
  .download-btn i {
	font-size: 1.2rem;
  }
  
  @media (max-width: 768px) {
	.section-header h2 {
	  font-size: 1.8rem;
	}
	
	.download-btn {
	  padding: 12px 25px;
	}
  }

#skills {
    background: #f5f5f5; /* Light grey background */
    padding-top: 4rem;
    padding-bottom: 12rem;
    height: 100vh; /* Fixed height */
    min-height: 720px;
}
/* Skills Section CSS with Internal 2-Columns */
.skills-section {
	padding: 80px 20px;
	background: #f8fafc;
	text-align: center;
  }
  
  .section-header {
	max-width: 700px;
	margin: 0 auto 60px;
  }
  
  .section-header h4 {
	color: #007AFF;
	font-size: 1rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 15px;
  }
  
  .section-header h2 {
	color: #1a202c;
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 20px;
  }
  
  .header-accent {
	width: 60px;
	height: 4px;
	background: #007AFF;
	margin: 0 auto;
	border-radius: 2px;
  }
  
  .skills-grid {
	display: flex;
	gap: 40px;
	max-width: 1000px;
	margin: 0 auto;
	transform: translateY(-7%);
	justify-content: center;
  }
  
  .skills-column {
	flex: 1;
	max-width: 480px;
  }
  
  .column-header {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #e2e8f0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
  }
  
  .column-header i {
	font-size: 2rem;
	color: #007AFF;
  }
  
  .column-header h3 {
	color: #2d3748;
	font-size: 1.4rem;
	margin: 0;
  }
  
  .skills-row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
  }
  
  .skill {
	flex: 1;
	padding: 20px;
	background: white;
	border-radius: 8px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.05);
	min-width: 0; /* Fixes flexbox overflow */
  }
  
  .skill h4 {
	color: #007AFF;
	font-size: 1.2rem;
	margin-bottom: 12px;
	font-weight: 600;
  }
  
  .skill-details p {
	color: #4a5568;
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 5px 0;
  }
  
  @media (max-width: 900px) {
	.skills-row {
	  flex-direction: column;
	  gap: 15px;
	}
	
	.skill {
	  width: 100%;
	}
  }
  
  @media (max-width: 768px) {
	.skills-grid {
	  flex-direction: column;
	  align-items: center;
	  gap: 40px;
	}
	
	.skills-column {
	  width: 100%;
	}
	
	.section-header h2 {
	  font-size: 1.8rem;
	}
  }
#portfolio {
    background: #151515;
    padding-top: 9rem;
    padding-bottom: 12rem;
    height: 100vh; /* Fixed height */
    min-height: 720px;
}
/* Portfolio Section CSS with Matching Header */
.portfolio-section {
	padding: 80px 20px;
	background: #f9f9f9;
	text-align: center;
  }
  
  .portfolio-section .section-header {
	max-width: 700px;
	margin: 0 auto 60px;
  }
  
  .portfolio-section .section-header h4 {
	color: #007AFF;
	font-size: 1rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 15px;
  }
  
  .portfolio-section .section-header h2 {
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 20px;
  }
  
  .portfolio-section .header-accent {
	width: 60px;
	height: 4px;
	background: #007AFF;
	margin: 0 auto;
	border-radius: 2px;
  }
  
  /* Rest of your existing portfolio styles */
  .portfolio-container {
	max-width: 1200px;
	margin: 0 auto;
  }
  
  .portfolio-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
	padding: 0 20px;
  }
  
  .portfolio-item {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  }
  
  .portfolio-item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
  }
  
  .portfolio-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 122, 255, 0.9);
	color: white;
	padding: 20px;
	transform: translateY(100%);
	transition: transform 0.3s ease;
  }
  
  .portfolio-item:hover .portfolio-overlay {
	transform: translateY(0);
  }
  
  @media (max-width: 768px) {
	.portfolio-section .section-header h2 {
	  font-size: 1.8rem;
	}
	
	.portfolio-grid {
	  grid-template-columns: 1fr;
	}
  }
 
 .section-title {
	font-size: 2.5rem;
	margin-bottom: 10px;
 }
 
 .section-subtitle {
	font-size: 1.2rem;
	color: #888888;
	margin-bottom: 40px;
 }
 
 /* Carousel Container */
 .carousel {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 10px;
 }
 
 .carousel-inner {
	display: flex;
	transition: transform 0.5s ease-in-out;
 }

 
 
 /* Carousel Item */
 /* Carousel Item */
.carousel-item {
	flex: 0 0 calc(33.333% - 20px); /* Show 3 items per slide */
	margin: 0 10px;
	box-sizing: border-box;
	background: #2C2C2E;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 400px; /* Increase the height of the carousel box */
	display: flex;
	flex-direction: column;
 }
 
 .carousel-item img {
	width: 100%;
	height: 250px; /* Increase the height of the image */
	object-fit: cover;
 }
 
 .carousel-content {
	padding: 20px;
	text-align: left;
	flex-grow: 1; /* Allow the content to take up remaining space */
	display: flex;
	flex-direction: column;
	justify-content: space-between; /* Space out content and buttons */
 }
 
 .carousel-content h3 {
	font-size: 1.5rem;
	margin-bottom: 10px;
 }
 
 .carousel-content p {
	font-size: 1rem;
	color: #CCCCCC;
	margin: 6px;
	line-height: 1.8rem;
	margin-left: 2px;
 }
 
 .carousel-buttons {
	display: flex;
	gap: 10px;
	margin-top: auto; /* Push buttons to the bottom */
 }
 .btn {
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	font-size: 1rem;
	cursor: pointer;
	transition: background-color 0.3s ease;
 }
 
 .btn-primary {
	background-color: #007AFF;
	color: #FFFFFF;
 }
 
 .btn-primary:hover {
	background-color: #005BB5;
 }
 
 .btn-secondary {
	background-color: #444444;
	color: #FFFFFF;
 }
 
 .btn-secondary:hover {
	background-color: #333333;
 }
 
/* Floating Fixed Carousel Navigation Buttons */
.carousel-prev,
.carousel-next {
	position: fixed; /* Floats on screen */
	top: 50%; /* Middle of screen */
	transform: translateY(-50%);
	background-color: rgba(71, 71, 71, 0.5);
	color: #FFFFFF;
	border: none;
	padding: 12px 15px;
	font-size: 1.5rem;
	cursor: pointer;
	border-radius: 50%;
	transition: background-color 0.3s ease, transform 0.2s ease;
	z-index: 9999; /* Always on top */
}

/* Hover effect */
.carousel-prev:hover,
.carousel-next:hover {
	background-color: rgba(54, 9, 165, 0.8);
	transform: translateY(-50%) scale(1.1);
}

/* Positioning */
.carousel-prev {
	left: 20px; /* Stick to left edge */
}

.carousel-next {
	right: 20px; /* Stick to right edge */
}

 /* Responsive Design */
 @media (max-width: 1024px) {
	.carousel-item {
	   flex: 0 0 calc(50% - 20px); /* Show 2 items per slide on tablets */
	   height: 350px; /* Adjust height for tablets */
	}
 
	.carousel-item img {
	   height: 200px; /* Adjust image height for tablets */
	}
 }
 
 @media (max-width: 768px) {
	.carousel-item {
	   flex: 0 0 calc(100% - 20px); /* Show 1 item per slide on mobile */
	   height: 300px; /* Adjust height for mobile */
	}
 
	.carousel-item img {
	   height: 150px; /* Adjust image height for mobile */
	}
 
	.carousel-content h3 {
	   font-size: 1.3rem;
	}
 
	.carousel-content p {
	   font-size: 0.9rem;
	}
 
	.btn {
	   padding: 8px 16px;
	   font-size: 0.9rem;
	}
 }
#services {
    background: #313131 url(../images/bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding-top: 12rem;
    padding-bottom: 12rem;
    color: white;
    position: relative;
    height: 100vh; /* Fixed height */
    min-height: 720px;
}

#stats {
    background: #990047;
    padding-top: 7.2rem;
    padding-bottom: 6rem;
    text-align: center;
    height: 100vh; /* Fixed height */
    min-height: 720px;
}

#contact {
    background: #f5f5f5;
    padding-top: 12rem;
    padding-bottom: 7.2rem;
    height: 100vh; /* Fixed height */
    min-height: 720px;
}
/* Contact Section - Minimal Direct Contact */
.contact-section {
    padding: 100px 20px;
    background: #f8fafc;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.section-header {
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-header h4 {
    color: #007AFF;
    font-size: 1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-header h2 {
    color: #1a202c;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-tagline {
    color: #6e6e6e;
    font-size: 1.2rem;
    margin-top: 20px;
    line-height: 1.6;
}

.header-accent {
    width: 60px;
    height: 4px;
    background: #007AFF;
    margin: 0 auto;
    border-radius: 2px;
}

.contact-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-card {
    background: white;
    border-radius: 10px;
    padding: 40px 30px;
    width: 300px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 122, 255, 0.1);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: rgba(0, 122, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.contact-icon i {
    color: #007AFF;
    font-size: 1.8rem;
}

.contact-card h3 {
    color: #1a202c;
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-link {
    color: #007AFF;;
    font-size: 1.1rem;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    transition: color 0.3s ease;
    font-weight: 500;
}

.contact-link:hover {
    color: #005bb5;
    text-decoration: underline;
}

.contact-card p {
    color: #6e6e6e;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-top: 10px;
}

/* Social Links - Enhanced Version */
.social-links {
    display: flex;
    justify-content: center;
    margin: 8px 0; /* Balanced vertical spacing */
}

.social-link {
    width: 100px; /* Slightly larger for better touch targets */
    height: 100px;
    border-radius: 50%;
    background: rgba(0, 122, 255, 0.08); /* Lighter background */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.social-link i {
    color: #007AFF;
    font-size: 1.05rem; /* Perfectly balanced icon size */
    transition: inherit;
}

/* Hover Effects */
.social-link:hover {
    background: #007AFF;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 122, 255, 0.15);
}

.social-link:hover i {
    color: white;
}

/* Individual icon adjustments */
.social-link .fa-linkedin-in { 
    position: relative;
    left: -0.5px; /* Perfect LinkedIn alignment */
    top: 0.5px;
}

.social-link .fa-github { 
    font-size: 1.1rem; /* Slightly larger GitHub */
}

.social-link .fa-twitter { 
    font-size: 1.08rem; /* Slightly larger Twitter */
}

.social-link .fa-chart-bar { 
    font-size: 1rem; /* Standard size for Tableau */
}
/* Add these to complement the social links */
.contact-card {
    padding: 32px 28px; /* Better card proportions */
}

.social-footer-text {
    color: #6e6e6e;
    font-size: 0.95rem;
    margin-top: 8px; /* Tighter spacing */
    letter-spacing: 0.3px;
}

.contact-icon i {
    font-size: 1.7rem; /* Better icon hierarchy */
}
/* Responsive Styles */
@media (max-width: 768px) {
    .contact-cards {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-card {
        width: 100%;
        max-width: 350px;
    }
}

@media (max-width: 480px) {
    .contact-section {
        padding: 80px 15px;
    }
    
    .section-header h2 {
        font-size: 1.8rem;
    }
    
    .contact-card {
        padding: 30px 20px;
    }
}

/* Add Poppins font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
/* Overlay for sections with background images */
#intro .intro-overlay,
#services .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111111;
    opacity: .85;
}

/**
 * ===================================================================
 * 09. header styles - (_layout.scss)
 *
 * -------------------------------------------------------------------
 */
header {
    position: fixed;
    width: 100%;
    min-height: 66px;
    z-index: 600;
    background: #1C1C1E; /* Background for the header */
}

header .row {
    position: relative;
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: center; /* Center the content horizontally */
    padding: 0 20px; /* Padding for spacing */
}

header .top-bar {
    display: flex;
    align-items: center;
    justify-content: center; /* Center the navigation buttons */
    width: 100%;
    min-height: 66px;
    background: #1C1C1E;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 20px; /* Padding for spacing */
}

/* Navigation Menu */
#main-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: center; /* Center the navigation buttons */
    width: auto;
    font-family: "poppins-medium", sans-serif;
    font-size: 1.5rem;
}

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

.main-navigation > li {
    margin-left: 20px; /* Spacing between menu items */
}

.main-navigation li a {
    display: block;
    color: #F2F2F7;
    padding: 15px 0;
    line-height: 16px;
    border: none;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.main-navigation li a:hover {
    color: #007AFF;
    padding-left: 1rem;
}

.main-navigation li.current > a {
    color: #007AFF;
}

/* Remove the menu toggle (hamburger icon) */
.menu-toggle {
    display: none;
}
/**
 * responsive:
 * common styles
 * -------------------------------------------------------------------
 */
@media only screen and (max-width:768px) {
	.section-intro {
		max-width: 650px;
	}
	.section-intro h1 {
		font-size: 3rem;
	}
}
@media only screen and (max-width:600px) {
	.section-intro h1 {
		font-size: 2.6rem;
	}
	.section-intro h5 {
		font-size: 1.5rem;
		letter-spacing: .3rem;
	}
}
@media only screen and (max-width:400px) {
	.section-intro h1 {
		font-size: 2.4rem;
	}
}


/**
 * ===================================================================
 * 09. header styles - (_layout.scss)
 *
 * -------------------------------------------------------------------
 */
/* Header */
/* ==================== */
/* Enhanced Header/Nav  */
/* ==================== */
header {
    position: fixed;
    width: 100%;
    height: 60px; /* Increased height */
    z-index: 1000;
    background: #1C1C1E;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

header .row {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Better space distribution */
    padding: 0 40px; /* Increased padding */
    max-width: 1400px;
    margin: 0 auto;
}

/* Navigation Container */
#main-nav-wrap {
    height: 100%;
    display: flex;
    align-items: center;
}

/* Navigation List */
.main-navigation {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    align-items: center;
    gap: 20px; /* Modern gap instead of margins */
}

/* Navigation Items */
.main-navigation li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

/* Navigation Links */
.main-navigation li a {
    color: #F2F2F7;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    padding: 0 5px;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

/* Hover Effect */
.main-navigation li a:hover {
    color: #007AFF;
    transform: translateY(-1px);
}

/* Current/Active Item */
.main-navigation li.current > a {
    color: #007AFF;
    font-weight: 600;
}

/* Animated Underline */
.main-navigation li a::after {
    content: '';
    position: absolute;
    bottom: 20px; /* Adjust based on your header height */
    left: 0;
    width: 0;
    height: 2px;
    background: #007AFF;
    transition: width 0.3s ease;
}

.main-navigation li a:hover::after,
.main-navigation li.current > a::after {
    width: 100%;
}

/* ==================== */
/* Responsive Adjustments */
/* ==================== */
@media (max-width: 992px) {
    header {
        height: 70px;
    }
    
    header .row {
        padding: 0 30px;
    }
    
    .main-navigation {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    header .row {
        padding: 0 20px;
    }
    
    .main-navigation {
        gap: 15px;
    }
    
    .main-navigation li a {
        font-size: 1rem;
    }
}
/**
 * ===================================================================
 * 10. intro - (_layout.scss)
 *
 * -------------------------------------------------------------------
 */
#intro {
	background: #151515 url(../images/intro-bg.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	min-height: 720px;
	display: table;
	position: relative;
	text-align: center;
}
.intro-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111111;
	opacity: .85;
}

.intro-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	-webkit-transform: translateY(-2.1rem);
	-ms-transform: translateY(-2.1rem);
	transform: translateY(-2.1rem);
}
.intro-content h1 {
	color: #1168c4;
	font-family: "poppins-medium", sans-serif;
	font-size: 8.4rem;
	line-height: 1.071;
	max-width: 900px;
	margin-top: 0;
	margin-bottom: .6rem;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.intro-content h6 {
	color: #efefef;
	font-family: "poppins-bold", sans-serif;
	font-size: 2.3rem;
	line-height: 1.565;
	margin-bottom: 0;
	text-transform: uppercase;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.intro-content .intro-position {
	font-family: "lora-regular", serif;
	font-size: 1.7rem;
	line-height: 2.4rem;
	text-transform: uppercase;

	color: #F2F2F7;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.intro-content .intro-position span {
	display: inline-block;
}
.intro-content .intro-position span::after {

	text-align: center;
	display: inline-block;
	padding: 0 8px 0 14px;
	color: rgba(255, 255, 255, 0.3);
}
.intro-content .intro-position span:first-child::before {

	text-align: center;
	display: inline-block;
	padding: 0 14px 0 8px;
	color: rgba(255, 255, 255, 0.3);
}
.intro-content .button {
	color: #FFFFFF !important;
	border-color: rgba(255, 255, 255, 0.3);
	height: 6rem !important;
	line-height: 5.4rem !important;
	padding: 0 3.5rem 0 3rem !important;
	margin-top: .6rem;
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: .25rem;
}
.intro-content .button:hover, .intro-content .button:focus {
	border-color: #007AFF;
}
.intro-content .button::after {
	display: inline-block;
	content: "\f107";
	font-family: fontAwesome;
	font-size: 1.6rem;
	line-height: inherit;
	text-align: center;
	position: relative;
	left: 1.2rem;
}

.intro-social {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 7.2rem;
	font-size: 3.3rem;
	margin: 0;
	padding: 0;
}
.intro-social li {
	display: inline-block;
	margin: 0 20px;
	padding: 0;
}
.intro-social li a, .intro-social li a:visited {
	color: #FFFFFF;
}
.intro-social li a:hover, .intro-social li a:focus {
	color: #007AFF;
}

/**
 * responsive:
 * Intro
 * ---------------------------------------------------------------
 */
@media only screen and (max-width:1024px) {
	.intro-content h1 {
		font-size: 7.6rem;
	}
	.intro-social {
		font-size: 3rem;
	}
	.intro-social li {
		margin: 0 15px;
	}
}
@media only screen and (max-width:768px) {
	#intro {
		min-height: 660px;
	}
	.intro-content h1 {
		font-size: 5.2rem;
	}
	.intro-content h5 {
		font-size: 1.8rem;
	}
	.intro-content .intro-position {
		font-size: 1.3rem;
	}
	.intro-social {
		font-size: 2.5rem;
	}
	.intro-social li {
		margin: 0 10px;
	}
}
@media only screen and (max-width:600px) {
	#intro {
		min-height: 600px;
	}
	.intro-content h1 {
		font-size: 4.6rem;
		margin-bottom: .6rem;
	}
	.intro-content h5 {
		font-size: 1.5rem;
		margin-bottom: .3rem;
		letter-spacing: .2rem;
	}
	.intro-content .intro-position {
		font-size: 1.2rem;
	}
	.intro-content .intro-position span {
		padding: 0 .6rem;
	}
	.intro-content .intro-position span::before, .intro-content .intro-position span::after {
		display: none !important;
	}
	.intro-social {
		font-size: 2.4rem;
	}
}


/**
 * ===================================================================
 * 11. about - (_layout.scss)
 *
 * -------------------------------------------------------------------
 */
#about {
	background: #FFFFFF;
    padding-top: 10rem; /* Changed from 12rem */
    padding-bottom: 16rem; /* Changed from 15rem */
}
#about .section-intro {
	margin-bottom: 3rem;
}
/* About Section with Consistent Header */
.about-section {
	padding: 80px 20px;
	background: #f8fafc;
	text-align: center;
  }
  
  /* Matching Header Styles */
  .section-header {
	max-width: 700px;
	margin: 0 auto 60px;
  }
  
  .section-header h4 {
	color: #007AFF;
	font-size: 1rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 15px;
  }
  
  .section-header h2 {
	color: #1a202c;
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 20px;
  }
  
  .header-accent {
	width: 60px;
	height: 4px;
	background: #007AFF;
	margin: 0 auto;
	border-radius: 2px;
  }
  
  /* Content Styles */
  .section-intro {
	max-width: 1000px;
	margin: 0 auto;
  }
  
  .intro-info {
	display: flex;
	align-items: center;
	gap: 50px;
	text-align: left;
  }
  
  .profile-img {
	width: 300px;
	height: 300px;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  }
  
  .lead {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #4a5568;
	margin: 0;
  }
  
  @media (max-width: 768px) {
	.intro-info {
	  flex-direction: column;
	  text-align: center;
	  gap: 30px;
	}
	
	.profile-img {
	  width: 200px;
	  height: 200px;
	}
	
	.section-header h2 {
	  font-size: 1.8rem;
	}
  }
  
  @media (max-width: 480px) {
	.about-section {
	  padding: 60px 15px;
	}
	
	.lead {
	  font-size: 1rem;
	}
  }
.intro-info {
	margin-top: 4.2rem;
	margin-right: -30px;
	margin-left: -30px
}
.intro-info img {
	height: 20rem;
	width: 20rem;
	border-radius: 100%;
	margin: 0rem 5 0 50;
	float: left;
	margin-right: 30px;
}
.intro-info .lead {
	text-align: center;
	padding-left: 0;
	color: #1a202c;
	font-family: 'Lato', sans-serif;
}


.about-content {
	position: relative;
	text-align: left;
	max-width: 850px;
	margin-bottom: 3.6rem;
}
.about-content h3 {
	font-family: "poppins-bold", sans-serif;
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: .25rem;
}
.about-content .info-list {
	list-style: none;
	margin-left: 0;
}
.about-content .info-list li {
	padding: 0 0 1.5rem 0;
	margin-bottom: .6rem;
}
.about-content .info-list li strong {
	font-family: "poppins-bold", sans-serif;
	color: #313131;
	text-transform: uppercase;
	letter-spacing: .2rem;
	font-size: 1.5rem;
	line-height: 3rem;
}
.about-content .info-list li span {
	display: block;
	font-family: "poppins-regular", sans-serif;
	color: #888888;
	font-size: 1.5rem;
	line-height: 1;
}
.about-content .skill-bars {
	margin-top: 6rem;
}

.button-section {
	text-align: center;
}
.button-section .button {
	width: 250px;
}
.button-section [class*="col-"] .button:first-child {
	margin-right: 4rem;
}

/**
 * responsive:
 * about
 * -------------------------------------------------------------------
 */
@media only screen and (max-width:1024px) {
	.intro-info {
		margin-right: 0;
		margin-left: 0;
	}
}
@media only screen and (max-width:768px) {
	.intro-info img {
		height: 7.8rem;
		width: 7.8rem;
	}
	.intro-info .lead {
		padding-left: 11rem;
	}
	.about-content h3 {
		text-align: center;
	}
	.about-content .info-list, .about-content .skill-bars {
		margin-bottom: 4.2rem;
	}
	.button-section .button {
		width: 100%;
		margin-bottom: 3rem;
	}
	.button-section [class*="col-"] .button:first-child {
		margin-right: 0;
	}
}
@media only screen and (max-width:600px) {
	.intro-info {
		text-align: center;
		margin-top: 3rem;
	}
	.intro-info img {
		height: 6.6rem;
		width: 6.6rem;
		float: none;
		display: inline-block;
	}
	.intro-info .lead {
		padding-left: 0;
		text-align: center;
	}
}

/**
 * ===================================================================
 * 12. resume - (_layout.scss)
 *
 * -------------------------------------------------------------------
 */
#resume {
	padding-top: 12rem;
	padding-bottom: 12rem;
}

#resume .resume-header {
	text-align: center;
}
#resume .resume-header h2 {
	color: #007AFF;
}

#resume .resume-timeline {
	max-width: 980px;
}
#resume .timeline-wrap {
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 6rem;
}
#resume .timeline-wrap::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 35%;
	top: 0;
}
#resume .timeline-block {
	position: relative;
	padding-top: 1.5rem;
}
#resume .timeline-ico {
	height: 4.8rem;
	width: 4.8rem;
	line-height: 4.8rem;
	background: #313131;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	left: 35%;
	top: .9rem;
	margin-left: -2.4rem;
}
#resume .timeline-ico i {
	position: relative;
	left: .05rem;
	top: .2rem;
}

#resume .timeline-header {
	float: left;
	width: 35%;
	padding-right: 90px;
	text-align: right;
}
#resume .timeline-header h3 {
	margin-bottom: 0;
}
#resume .timeline-header p {
	font-family: "poppins-regular", sans-serif;
	font-size: 1.6rem;
	color: #888888;
}
#resume .timeline-content {
	margin-left: 35%;
	padding-left: 60px;
}
#resume .timeline-content h4 {
	position: relative;
	padding-bottom: 1.8rem;
}
#resume .timeline-content h4::after {
	content: "";
	display: block;
	height: 3px;
	width: 50px;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	bottom: 0;
}

/**
 * responsive:
 * resume
 * -------------------------------------------------------------------
 */
@media only screen and (max-width:1024px) {
	#resume .timeline-header {
		padding-right: 50px;
	}
	#resume .timeline-header h3 {
		font-size: 1.8rem;
	}
	#resume .timeline-header p {
		font-size: 1.4rem;
	}
	#resume .timeline-content {
		padding-left: 50px;
	}
}
@media only screen and (max-width:768px) {
	#resume .timeline-wrap::before {
		left: 2.4rem;
	}
	#resume .timeline-ico {
		left: 2.4rem;
	}
	#resume .timeline-header {
		float: none;
		width: auto;
		padding-right: 15px;
		text-align: left;
	}
	#resume .timeline-header h3 {
		font-size: 2rem;
	}
	#resume .timeline-header p {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
	#resume .timeline-content {
		margin: 0;
	}
	#resume .timeline-content h4 {
		padding-bottom: 0;
		padding-top: 2.1rem;
		margin-bottom: .6rem;
		font-size: 1.7rem;
	}
	#resume .timeline-content h4::after {
		bottom: auto;
		top: 0;
	}
	#resume .timeline-header, #resume .timeline-content {
		padding-left: 7rem;
	}
}
@media only screen and (max-width:480px) {
	#resume .resume-header h2 {
		font-size: 2.2rem;
	}
	#resume .timeline-wrap::before {
		left: 1.8rem;
	}
	#resume .timeline-ico {
		height: 3.6rem;
		width: 3.6rem;
		line-height: 3.6rem;
		left: 1.8rem;
		margin-left: -1.8rem;
		font-size: 1.5rem;
	}
	#resume .timeline-header, #resume .timeline-content {
		padding-left: 5.5rem;
	}
}


/**
 * ===================================================================
 * 13. portfolio - (_layout.scss)
 *
 * -------------------------------------------------------------------
 */

/**
 * Popup Modal - (_layout.scss)
 * ------------------------------------------------------------------
 */
.popup-modal {
	max-width: 550px;
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;
}
.popup-modal .media {
	position: relative;
}
.popup-modal img {
	vertical-align: bottom;
}
.popup-modal .description-box {
	padding: 1.8rem 3.6rem 3rem;
}
.popup-modal .description-box h4 {
	font-family: "poppins-bold", sans-serif;
	font-size: 1.5rem;
	line-height: 2.4rem;
	margin-bottom: .6rem;
}
.popup-modal .description-box p {
	font-family: "poppins-regular", sans-serif;
	font-size: 1.4rem;
	line-height: 1.6rem;
	margin-bottom: 6px;
}
.popup-modal .categories {
	font-family: "poppins-bold", sans-serif;
	font-size: 1.1rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	display: block;
	text-align: left;
	color: rgba(0, 0, 0, 0.5);
}
.popup-modal .link-box {
	width: 100%;
	overflow: hidden;
	background: #1C1C1E;
}
.popup-modal .link-box a {
	font-family: "poppins-bold", sans-serif;
	font-size: 1.2rem;
	line-height: 6rem;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 3px;
	cursor: pointer;
	display: block;
	text-align: center;
	float: left;
	width: 50%;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.popup-modal .link-box a:first-child {
	border-right: 1px solid rgba(200, 200, 200, 0.1);
}
.popup-modal .link-box a:hover {
	background: #007AFF;
	border: none;
}
@media only screen and (max-width:600px) {
	.popup-modal {
		width: auto;
		margin: 0 20px;
	}
}

/**
 * transition effect for modal popup - (_layout.scss)
 * ------------------------------------------------------------------
 */

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: .9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

/**
 * ===================================================================
 * 14. call-to-action section - (_layout.scss)
 *
 * -------------------------------------------------------------------
 */


/**
 * section ads - (_layout.scss)
 * -------------------------------------------------------------------
 */
.section-ads h2 {
	position: relative;
	padding-bottom: 2.1rem;
}
.section-ads h2::after {
	content: "";
	display: block;
	height: 3px;
	width: 80px;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
}
.section-ads h2 a, .section-ads h2 a:visited {
	color: #313131;
}
.section-ads span {
	color: #3F0D39;
}

/**
 * responsive:
 * cta
 * -------------------------------------------------------------------
 */
@media only screen and (max-width:650px) {
	.cta-content {
		max-width: 650px;
	}
	.cta-content h2 {
		font-size: 2.4rem;
	}
}


/**
 * ===================================================================
 * 15. services - (_layout.scss)
 *
 * -------------------------------------------------------------------
 */
#services {
	background: #313131 url(../images/bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding-top: 12rem;
	padding-bottom: 12rem;
	color: white;
	position: relative;
}
#services .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #151515;
	opacity: .9;
}

#services .section-intro {
	margin-bottom: 1.8rem;
}

#services .section-intro h1 {
	color: white;
}
#services .section-intro h5 {
	color: #007AFF;
}
#services .section-intro p {
	color: rgba(255, 255, 255, 0.7);
}
.services-content {
	max-width: 1200px;
}
.services-list {
	margin-top: 1.2rem;
	text-align: center;
}
.services-list .service {
	margin-bottom: 1.2rem;
	padding: 0 30px;
}
.services-list .icon {
	display: inline-block;
	margin-bottom: 2.1rem;
}
.services-list .icon i {
	font-size: 5.4rem;
	color: #007AFF;
}
.services-list h3 {
	color: #FFFFFF;
}
.services-list .desc {
	color: rgba(255, 255, 255, 0.6);
}

/* pagination */
.owl-pagination {
	text-align: center;
	width: 100%;
	margin: .6rem 0 0;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	margin: 1.2rem .8rem 0 .8rem;
	border-radius: 50%;
	display: inline-block;
	background: #FFFFFF;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #007AFF;
}


/**
 * ===================================================================
 * 16. stats - (_layout.scss)
 *
 * -------------------------------------------------------------------
 */
#stats {
	background: #990047;
	padding-top: 7.2rem;
	padding-bottom: 6rem;
	text-align: center;
}
#stats .row {
	max-width: 1440px;
}
#stats .stat {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	min-height: 17.4rem;
}
#stats .stat:first-child {
	border: none;
}
#stats .icon-part i {
	font-size: 4.8rem;
	color: #000000;
}
#stats .stat-count {
	color: #FFFFFF;
	font-size: 3.6rem;
	margin-top: 1.2rem;
	margin-bottom: 0;
	font-family: "poppins-medium", sans-serif;
	color: white;
}
#stats .stat-title {
	color: rgba(255, 255, 255, 0.5);
}

/**
 * responsive:
 * stats
 * -------------------------------------------------------------------
 */
@media only screen and (max-width:1024px) {
	#stats .stat:nth-child(n) {
		border-left: 1px solid rgba(255, 255, 255, 0.12);
		padding-bottom: 1.5rem;
	}
	#stats .stat:nth-child(3n+1) {
		border: none;
	}
}
@media only screen and (max-width:768px) {
	#stats .stat:nth-child(n) {
		border-left: 1px solid rgba(255, 255, 255, 0.12);
	}
	#stats .stat:nth-child(2n+1) {
		border: none;
	}
}
@media only screen and (max-width:600px) {
	#stats .stat:nth-child(n) {
		border: none;
	}
}


/**
 * ===================================================================
 * 17. contact - (_layout.scss)
 *
 * -------------------------------------------------------------------
 */
#contact {

	padding-top: 12rem;
	padding-bottom: 7.2rem;
}
#contact .section-intro h1 {
	color: white;
}
#contact .section-intro h5 {
	color: #007AFF;
}
#contact .section-intro p {
	color: rgba(255, 255, 255, 0.7);
}

/* contact form */
.contact-form {
	max-width: 740px;
}

.contact-form ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
}
.contact-form :-moz-placeholder {
	color: white;  /* Firefox 18- */
}
.contact-form ::-moz-placeholder {
	color:white;  /* Firefox 19+ */
}
.contact-form :-ms-input-placeholder {
	color: white;
}
.contact-form .placeholder {
	color: white !important;
}

#contact form {
	margin-top: 0;
	margin-bottom: 3rem;
}
#contact form .form-field {
	position: relative;
}
#contact form .form-field:before, #contact form .form-field:after {
	content: "";
	display: table;
}
#contact form .form-field:after {
	clear: both;
}
#contact form .form-field label {
	font-family: "poppins-bold", sans-serif;
	font-size: 1.1rem;
	line-height: 2.4rem;
	position: absolute;
	bottom: -1.2rem;
	right: .6rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	padding: 0 2rem;
	margin: 0;
	color: #FFFFFF;
	background: #007AFF;
}
#contact form .form-field label::after {
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -6px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #007AFF;
	content: "";
}
#contact input[type="text"],
#contact input[type="password"],
#contact input[type="email"],
#contact textarea {
	width: 100%;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#contact input[type="text"],
#contact input[type="password"],
#contact input[type="email"] {
	height: 6.6rem;
	padding: 1.8rem 2rem;
}
#contact input[type="text"]:focus,
#contact input[type="password"]:focus,
#contact input[type="email"]:focus {
	border-color: #007AFF;
	color: #FFFFFF;
}
#contact textarea {
	min-height: 20rem;
	padding: 1.8rem 2rem;
}
#contact textarea:focus {
	border-color: #007AFF;
	color: #FFFFFF;
}
#contact button.submitform {
	font-size: 1.5rem;
	display: block;
	letter-spacing: .2rem;
	height: 6.6rem;
	line-height: 6.6rem;
	padding: 0 3rem;
	margin-top: 4.8rem;
	width: 100%;
	background: #007AFF;
	color: #FFFFFF;
}
#contact button.submitform:hover, #contact button.submitform:focus {
	background: #007AFF;
}
#message-warning, #message-success {
	display: none;
	background: #0d0d0d;
	border-radius: 3px;
	padding: 3rem;
	margin-bottom: 3.6rem;
	width: 100%;
}
#message-warning {
	color: #fa0003;
}
#message-success {
	color: #007AFF;
}
#message-warning i, #message-success i {
	margin-right: 10px;
}

/* form loader */
#submit-loader {
	display: none;
	position: relative;
	left: 0;
	top: 1.8rem;
	width: 100%;
	text-align: center;
}
#submit-loader .text-loader {
	display: none;
	font-family: "poppins-bold", sans-serif;
	color: #FFFFFF;
	letter-spacing: .3rem;
	text-transform: uppercase;
}
.oldie #submit-loader .s-loader {
	display: none;
}
.oldie #submit-loader .text-loader {
	display: block;
}
.contact-info {
	margin: 4.8rem auto 0;
	font-family: "poppins-regular", sans-serif;
	font-size: 1.5rem;
	text-align: center;
}
.contact-info .collapse {
	padding: 0;
}
.contact-info .icon {
	margin-bottom: 2.1rem;
}
.contact-info .icon i {
	font-size: 4.2rem;
	color: #FFFFFF;
}
.contact-info h5 {
	color: #007AFF;
}


/**
 * loader animation - (_layout.scss)
 * ---------------------------------------------------------------
 */
.s-loader {
	margin: 1.2rem auto 3rem;
	width: 70px;
	text-align: center;
	-webkit-transform: translateX(0.45rem);
	-ms-transform: translateX(0.45rem);
	transform: translateX(0.45rem);
}
.s-loader > div {
	width: 1rem;
	height: 1rem;
	background-color: #FFFFFF;
	border-radius: 100%;
	display: inline-block;
	margin-right: .9rem;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.s-loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.s-loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}


/**
 * ===================================================================
 * 18. footer - (_layout.scss)
 *
 * -------------------------------------------------------------------
 */
/* Footer Section */
.footer-section {
    background-color: #1C1C1E;
    color: #F2F2F7;
    padding: 60px 0 30px;
    font-family: 'Poppins', sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 50px;
}

.footer-brand h3 {
    color: #FFFFFF;
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.6;
    max-width: 300px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.link-group {
    min-width: 150px;
}

.link-group h4 {
    color: #FFFFFF;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
}

.link-group h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #007AFF;
}

.link-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.link-group li {
    margin-bottom: 12px;
}

.link-group a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
    display: inline-block;
}

.link-group a:hover {
    color: #007AFF;
    transform: translateX(5px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.social-links a:hover {
    background-color: #007AFF;
    color: #FFFFFF;
    transform: translateY(-3px);
}

.copyright p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    text-align: center;
    margin: 0;
}

/* Dynamic Year */
#year {
    display: inline-block;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .footer-links {
        gap: 40px;
    }
    
    .link-group {
        min-width: 120px;
    }
}

@media (max-width: 480px) {
    .footer-links {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-section {
        padding: 50px 0 30px;
    }
}
/**
 * go to top - (_layout.scss)
 * -------------------------------------------------------------------
 */
#go-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 600;
	display: none;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	height: 6.6rem;
	width: 6rem;
	line-height: 6.6rem;
	text-align: center;
	background: #cc005f;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#go-top a i {
	font-size: 1.6rem;
	line-height: inherit;
}
#go-top a:hover {
	background: #000000;
}
/* Ensure smooth scrolling base */
html {
	scroll-behavior: smooth;
  }
  
  /* Fix for section transitions */
  section {
	transition: all 0.3s ease-out;
	will-change: transform, opacity;
  }
  
  /* Active link styling */
  nav a.active {
	color: #007AFF !important;
	transform: translateX(5px);
  }
  
  /* Prevent layout shifts */
  body {
	overflow-x: hidden;
  }
/*# sourceMappingURL=main.css.map */

/* Make carousel images smaller and fit inside the container */
.carousel-item img {
	display: block;
	max-width: 90%;
	height: auto;
	margin: 0 auto;
	margin-top: 15px;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
