@font-face {
    font-family: 'OpenSans';
    src: url("../fonts/OpenSans-Regular.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url("../fonts/OpenSans-Bold.woff") format("woff");
    font-weight: bold;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Regular.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Bold.woff") format("woff");
    font-weight: bold;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'OpenSans'; 
	font-size: 16px;
	color: #5C5F5D;
	min-height: 100vh;
        /* min-height: calc(100vh - 144px);
    position: relative;
    padding: 60px 0; */
}

/* Customizing the standard Bootstrap navbar */
.navbar-custom {
    max-width: 560px;
    width: 100%;
    background-color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 50px; /* Use a higher value for a pill shape */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin: auto; /* Center the navbar */
    top: 22px;
}

.navbar-custom .nav-item {
    padding-right: 40px;
} 

.navbar-custom .nav-link {
    padding: 0.5rem 1.25rem;
    transition: all 0.3s ease;
 }

.navbar-custom .nav-link.active {
    color: #6C4EE2; 
    font-weight: 600;
    position: relative;
}

.navbar-custom .nav-link.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0.2rem;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background-color: #6C4EE2; 
    border-radius: 2px;
}

 .navbar-custom .nav-link:hover {
    color: #6C4EE2;
}

/* .navbar-toggler {
    display: none;
} */

.navbar-collapse.collapse.show .navbar-nav {
    display: flex;
    justify-content: center;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #6C4EE2;
}

/* end custom nav bar */



.btn:focus {
    box-shadow: none;
}

.home-section {
    width: 100%;
    background-color: #F7F3FF;
}

.home-section {
    width: 100%;
    padding: 0px 100px 44px;
}

.profile-intro {
    padding:122px 0px 64px;
}

.greeting {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 24px;
    justify-content: center;
}

.line {
    width: 40px;
    height: 2px;
    background-color: #888;
}

.main-title {
    font-size: 54px;
    font-weight: bold;
    color: #301655;
    text-align: center;
    margin-bottom: 0px;
}

.about-me-section {
    padding: 44px 100px;
}
.about-me-section .about-title {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: bold;
    color: #242A41;
}

.about-me-section .title-underline {
    width: 80px;
    height: 4px;
    background-color: #6C4EE2;
    margin-bottom: 20px;
}

.btn-download {
    background-color: #FFFFFF;
    border-color: #D0D5DD;
    padding: 8px 12px;
    border-radius: 78px;
}
.btn-download a {
    color: #43495B;
    text-decoration: none;
}
.contact-list {
    list-style-type: none;
    padding: 0;
}

.contact-list li {
    margin-bottom: 8px;
}

.contact-list a {
    color: #495057;
    text-decoration: none;
}

/* .contact-list a:hover {
    color: #000;
} */

.contact-list i {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 8px;
    color: #fff;
    background-color: #6C4EE2;
    border-radius: 50%;
}

.eduction-section {
    background-color: #F9FBFD;
}

.eduction-section .education {
    padding: 44px 100px;
}

.heading {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: bold;
    color: #242A41;
    margin-bottom: 32px;
}

.heading::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #6C4EE2;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}


.education-item {
    margin-bottom: 36px;
}

.education-item h6 {
    font-weight: 600;
    color: #212529;
}

.education-item .line {
    width: 50px;
    height: 2px;
    background-color: #E5E7EB;
    margin-top: 8px;
    margin-bottom: 8px;
}

.education-item p {
    margin-bottom: 4px;
}

.education-item .date {
    color: #6C4EE2;
    font-weight: 600;
}

.education-item .institution {
    color: #495057;
}

.skills-section {
    padding: 88px 100px 0px;
}
.skills-container {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0px 0px 17px rgba(67, 73, 91, 0.21);
    padding: 24px 24px 4px;
    border-left: 6px solid #6C4EE2;
}

.skill-item {
    display: inline-block;
    background-color: #e9e5f5;
    border-radius: 15px;
    padding: 12px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.tools-card {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0px 0px 17px rgba(67, 73, 91, 0.21);
    padding: 24px 24px 0px;
    border-left: 6px solid #6C4EE2;
}

.tool-item {
    text-align: center;
    margin-right: 36px;
    margin-bottom: 24px;
    display: inline-block;
}

 .tool-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 0.5rem;
    border: 1px solid #CAD9EC;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.experience-section {
    padding: 88px 100px 0px;
}

.experience-container {
    max-width: 660px;
}

.experience-item {
    display: flex;
    position: relative;
}

.experience-item::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e9e9e9;
}

.experience-item:last-child::before {
    display: none;
}

.bullet-point {
    width: 12px;
    height: 12px;
    background-color: #0F172A;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.content {
    margin-left: 20px;
    width: 100%;
}

.content h6 {
    font-size: 18px;
    font-weight: bold;
    color: #242A41;
    margin-bottom: 4px;
}

.content .company {
    font-size: 18px;
    margin-bottom: 12px;
}

.content .description {
    margin-bottom: 40px;
}

.experience-item .content .date {
    font-size: 14px;
    text-align: right;
    flex-grow: 1;
}

.projects-section {
    padding: 88px 100px 44px;
}

.project-card {
    background-color: #e9e5f5;
    border-radius: 24px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.project-card img {
    background-color: #e9e5f5;
    height: 200px;
    width: 100%;
    border-radius: 0.5rem;
    margin-bottom: 20px;
}

.project-title {
    font-size: 18px;
    font-weight: bold;
    color: #242A41;
    margin-bottom: 20px;
}

.project-description {
    flex-grow: 1;
    margin-bottom: 20px;
}

.btn-read-case-study {
    background-color: rgba(52, 89, 149, 0.2);
    border: 1px solid #345995;
    border-radius: 25px;
    padding: 4px 16px;
    align-self: flex-start;
}

.btn-read-case-study a {
    text-decoration: none;
    color: #27282E;
}

.custom-footer {
    background-color: #6C4EE2;
    color: #fff;
    padding: 32px 0px;
}

.custom-footer p {
    margin-bottom: 24px;
}

.footer-icon-link {
    margin: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; 
    height: 40px; 
    background-color: #fff;
    color: #6C4EE2; 
}
