@charset "UTF-8";

/* General Styles */
/*
font-family: 'DM Sans', sans-serif;
font-family: Georgia, serif;
*/


/* Color Palette */
/*
#554A59 – Deep Plum
#D3A7DA – Light Lavender
#D4AFD8 – Soft Orchid
#8C778C – Muted Purple
#D9D2DA – Pale Lilac
#FEF8FF – Off White
#FFFFFF – White
*/
h3, h4, p{
	font-family: 'DM Sans', sans-serif;
}
html, body {
    height: 100%;
    margin: 0;
}

body {
    background: linear-gradient(to bottom, #EDDEEF, #FEF8FF 60%, #DBBEDE);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

/* ===== Navigation Bar ===== */
nav, .nav-container {
    margin: 100px;
    padding: 0;
}

.navbar-nav {
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: clamp(2px, 10vw, 530px);
}

.navbar-custom {
    margin-top: 0;
    padding-top: 0;
    list-style: none;
    font-family: 'DM Sans', sans-serif;
    background: transparent;
    box-shadow: none;
    justify-content: center; 
    align-items: center; 
    width: 100%;
}

.logo {
	color: #554A5A;
}

.navbar-custom .nav-link {
    color: #554A5A;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}

.dropdown-item {
    background-color: #D3A7DA;
    color: #FFFFFF;
    margin: -8px 0;
    padding: 10px;
    border-radius: 4px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #8C778C;
    color: #FFFFFF;
}

.dropdown-menu {
    background-color: #D3A7DA; 
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
}

/* Navbar hover styles */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link {
    color: #8C778C;
}

.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    background-color: #8C778C;
    color: #FFFFFF;
}

.navbar-toggler {
    color: #554a5a;
    font-weight: bold;
    font-size: 20px;
}

.navbar-toggler-icon {
    color: #554a5a;
}

@media (max-width: 991px) {
    .navbar-nav {
        flex-direction: column;
        align-items: center;
    }

    .navbar-collapse {
        background-color: #D3A7DA; 
        padding: 10px;
    }

    .navbar-nav .nav-item {
        padding: 6px 0;
    }

    .dropdown-menu {
        background-color: #D3A7DA;
        border-radius: 5px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
    }

    .dropdown-item {
        font-size: 18px; 
        padding: 12px 16px;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: #8C778C;
        color: #FFFFFF;
    }
}


/* Home page Hero Section */
.hero {
	color: #8c778c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
	margin: auto 135px;
	height: 100vh;
}

.slogan {
    position: absolute;
    top: -10%;
    right: 5%;
	font-size: clamp(16px, 2vw, 36px);
	font-weight: bold;
    text-shadow: 1px 2px 0px #00000029; 
	text-align: right;
}

.hero h1 {
	font-family: Georgia, serif;
	text-align: left;
    font-size: clamp(30px, 10vw, 140px);
    font-weight: 227;
	margin-top: clamp(10px, 5vw, 100px);
	padding: 0;
}

.hero p {
	font-family: 'DM Sans', sans-serif;
    font-size: clamp(14px, 2vw, 36px);
	margin: clamp(-10px, -2vw, -20px) 0 clamp(50px, 30vw, 450px) clamp(5px, 1vw, 10px);
}

.hero em {
	font-style: italic;
}


/* Home Page About Section */
.about-section {
    margin: 0 clamp(20px, 10vw, 300px) clamp(100px, 20vw, 500px) clamp(20px, 10vw, 300px);
	padding: 0; 
}

.about-row {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text-column {
    text-align: right;
    margin-top: 0;
    padding: 0;
    flex: 1 1 auto; 
}

.about .text-content {
    text-align: right; 
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
}

/* Title */
.about-title {
    font-family: Georgia, serif;
    color: #554A59;
    font-weight: bold;
    font-size: clamp(23px, 4vw, 45px); 
}

/* Subtitle */
.about-subtitle {
    font-family: 'DM Sans', sans-serif;
    color: #554A59;
    font-size: clamp(14px, 2.5vw, 23px);
    font-weight: 220;
    margin-bottom: 20px;
}

/* About Button */
.about-btn {
    background-color: #D4AFD8;
    color: #FFFFFF;
    font-family: DM Sans;
    font-size: clamp(10px, 2vw, 20px); 
    font-weight: bold;
    width: auto; 
    align-self: flex-end; 
    text-align: center;
    padding: 10px 20px;
}

.btn:hover {
    background-color: #8C778C;
    color: #FFFFFF;
}

.about-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%; 
	padding: 10px;
}

.about-item img {
    box-shadow: 8px 8px 0px #00000029;
    border: 1px solid #707070;
    width: clamp(60%, 90%, 660px); 
    max-width: 100%; 
    height: auto; 
    margin: 20px 0;
}

@media (max-width: 768px) {
    .about-row {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items horizontally */
        margin: 0;
    }

    .img-fluid {
        width: 80%; 
        margin-left: auto;
        margin-right: auto;
        display: block; /* Ensure it's centered on mobile */
    }

    .text-column {
        text-align: center; /* Center text */
    }

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

/* Portfolio Section */
.portfolio-section {
    margin: 0 clamp(20px, 10vw, 300px) clamp(100px, 20vw, 500px) clamp(20px, 10vw, 300px);
}

.text-column {
    text-align: left;
    margin-top: 0;
}

.portfolio-title {
    font-family: Georgia, serif;
    color: #554A59;
    font-weight: bold;
    font-size: clamp(23px, 4vw, 45px); 
    margin: 0 0 10px 0;
}

.portfolio-subtitle {
	font-family: 'DM Sans', sans-serif;
	color: #554A59;
    font-size: clamp(14px, 2.5vw, 23px);
	font-weight: 220;
    margin-bottom: 20px;
}

.portfolio-line{
	width: 20%;
    height: 1px;
	display: block;
    background-color: #554A59;
	align-content: flex-end;
	margin: -5px 0 15px;
}


/* Portfolio Items */
.portfolio-items {
    display: flex;
    flex-direction: column;
}

.portfolio-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%; 
	padding: 10px;
}

.portfolio-item img {
    box-shadow: 8px 8px 0px #00000029;
    border: 1px solid #707070;
    width: clamp(250px, 50%, 500px); /* Responsive width */
    max-width: 100%; /* Ensures it doesn't overflow its container */
    height: auto; /* Maintains aspect ratio */
    margin: 20px 0;
}

.portfolio-link {
    margin-top: 10px;
}

.portfolio-link a {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(16px, 4vw, 24px); /* Responsive font size */
    font-weight: bold;
    color: #554A59;
    text-decoration: none;
}

.portfolio-link a:hover {
    color: #8C778C;
}

/* Alternate the portfolio items (first on the right, second on the left) */
.portfolio-items .portfolio-item:nth-child(odd) {
    align-self: flex-end; /* Items 1, 3 will be aligned to the right */
}

.portfolio-items .portfolio-item:nth-child(even) {
    align-self: flex-start; /* Items 2, 4 will be aligned to the left */
}

/* Portfolio Button */
.portfolio-btn {
    background-color: #D4AFD8;
    color: #FFFFFF;
    font-family: DM Sans;
    font-size: clamp(10px, 2vw, 20px); 
    font-weight: bold;
    width: auto; 
    align-self: flex-end; 
    text-align: center;
    padding: 10px 20px; 
}


.btn:hover {
    background-color: #8C778C;
    color: #FFFFFF;
}

/* Responsive Design */
@media (max-width: 768px) {
    .portfolio-items {
        flex-direction: column;
        align-items: center;
    }

    .portfolio-item {
        width: 100%;
    }

	.portfolio-image {
		margin-bottom: 20px;
	}
    .text-end {
        text-align: center;
    }
}

/* Contact Section */
.contact-section {
    margin: 0 clamp(20px, 10vw, 300px) clamp(100px, 20vw, 500px) clamp(20px, 10vw, 300px);
	padding: 0; 
}

.text-column {
    text-align: left;
    margin-top: 0;
    padding: 0;
    flex: 1 1 auto; 
}

/* Title */
.contact-title {
    font-family: Georgia, serif;
    color: #554A59;
    font-weight: bold;
    font-size: clamp(23px, 4vw, 45px); 
}

/* Subtitle */
.contact-subtitle {
    font-family: 'DM Sans', sans-serif;
    color: #554A59;
    font-size: clamp(14px, 2.5vw, 23px);
    font-weight: 220;
    margin-bottom: 20px;
}

/* About Button */
.contact-btn {
    background-color: #D4AFD8;
    color: #FFFFFF;
    font-family: DM Sans;
    font-size: clamp(10px, 2vw, 20px); 
    font-weight: bold;
    width: auto; 
    align-self: flex-end; 
    text-align: center;
    padding: 10px 20px;
}

.btn:hover {
    background-color: #8C778C;
    color: #FFFFFF;
}

/* Contact Form Box */
.contact-box {
    display: block; /* Makes it a block element */
    width: 100%;
    max-width: 1200px; 
    margin: 20px auto; 
    background: #FDF7FC;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #D9D2DA;
}

.form-label {
    font-weight: bold;
    color: #554A59;
    text-align: left;
}

.form-control {
    background-color: #FFFFFF;
    border: 1px solid #D9D2DA;
    padding: 10px;
    border-radius: 5px;
}

.submit-btn {
    background-color: #D3A7DA;
    color: white;
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #B890C6;
}

.about-row{
	margin-bottom: 300px;
}

.about-text-wrap{
	overflow: hidden;
}

.float-img-left{
	float: left;
	margin-right: 20px;
    width: clamp(60px, 35%, 230px);
	height: auto; 
}

.perspective-title-image{
	margin-top: 25px;
	width: clamp(100px, 70%, 250px);

}
.biography-paragraph-left{
	margin-top: clamp(20px, 2vw, 10px);
	font-family: 'DM Sans', sans-serif;
    color: #554A59;
    font-size: clamp(15px, 2vw, 18px);
}

.about-image-container-left {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
}

.LearnMore-btn-container-left {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	padding: 0;

}
.LearnMore-btn-left {
    background-color: #D4AFD8;
    color: #FFFFFF;
    font-family: DM Sans;
    font-size: clamp(12px, 2vw, 18px); 
    font-weight: bold;
    width: auto; 
    align-self: flex-start; 
    text-align: center;
    padding: 10px 20px;
}

.about_carousel {
    width: 100%;
    max-width: 500px;
    border: 1px solid #707070;
}

.about-image {
    border: 1px solid #707070;
    width: clamp(40px, 60%, 300px); 
    max-width: 100%; 
    height: auto; 
	object-fit: cover;
}

.float-img-right{
	float: right;
	margin-left: 20px;
    width: clamp(160px, 55%, 400px);
	height: auto; 
	margin-top: 25px;
	color: #554a5a;
}

.history-title{
	float: right;
	margin-left: 20px;
    width: clamp(160px, 45%, 400px);
	height: auto; 
	margin-top: 25px;
	color: #554a5a;
}


.biography-paragraph-right{
	margin-top: clamp(20px, 2vw, 10px);
	font-family: 'DM Sans', sans-serif;
    color: #554A59;
    font-size: clamp(15px, 2vw, 18px);
	text-align: end;
}

.about-image-container-right {
    display: flex;
    justify-content: flex-end;
	align-items: center;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}

.LearnMore-btn-container-right {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding: 0;
}
.LearnMore-btn-right {
    background-color: #D4AFD8;
    color: #FFFFFF;
    font-family: DM Sans;
    font-size: clamp(12px, 2vw, 18px); 
    font-weight: bold;
    width: auto; 
    text-align: center;
    padding: 10px 20px;
}

.visions-and-goals{
	display: flex;
	flex-direction: column;
}

.visions, .and{
	float: right;
	margin-left: 20px;
}

.and{
	clear: both;
	width: clamp(60px, 15%, 100px);
	padding: 0;
	margin-top: clamp(-6px,-3vw, -20px);
}

.goals{
	margin-bottom: 2px;
}
.about-image-2 {
    width: clamp(300px, 100%, 400px); 
    max-width: 100%; 
    height: auto; 
	object-fit: cover;
}


.btn:hover {
    background-color: #8C778C;
    color: #FFFFFF;
}

.resume-section {
    margin: 0 clamp(20px, 10vw, 300px) clamp(100px, 20vw, 500px) clamp(20px, 10vw, 300px);
	padding: 0; 
}

.btn-portfolio{
    background-color: #D4AFD8;
    color: #FFFFFF;
    font-family: DM Sans;
    font-size: clamp(7px, 2vw, 13px); 
    font-weight: bold;
    width: auto; 
    align-self: flex-end; 
    text-align: center;
    padding: 10px 20px;
}

/* Mobile View */
@media (max-width: 991px) {
    .history-section .about-row {
        display: flex;
        flex-direction: column; /* Stack items vertically */
    }

    .history-section .history-title {
        order: 1; /* Show the title image first */
        display: flex;
        flex-direction: column;
        align-items: flex-start; 
    }

    .history-section .biography-paragraph-right {
        order: 2; 
    }

    .history-section .about-image-container-left {
        order: 3; 
        display: flex;
        justify-content: center;
    }
    .history-section .LearnMore-btn-container-left {
        order: 4; /* Ensures the button appears last */
        display: flex;
        justify-content: center;
    }
	
    .about-image-container-right {
        justify-content: center; 
    }
    .about-image-container-left {
        justify-content: center; 
    }
	
    .about-image-2 {
        width: clamp(250px, 70%, 500px);
    }

    .LearnMore-btn-container-right {
        justify-content: center; 
    }
	    .LearnMore-btn-container-left {
        justify-content: center;
    }
}
.resume-section {
	color: #554a5a;
	font-family: 'DM Sans', sans-serif;

}
.contact-page {
    color: #554a5a;
	font-family: 'DM Sans', sans-serif;
	margin: 0 clamp(20px, 10vw, 300px) clamp(100px, 20vw, 500px) clamp(20px, 10vw, 300px);
	padding: 0; 

}

.contact-page a {
    color: #554a5a;
    text-decoration: none;
}

.contact-page a:hover {
    text-decoration: underline;
}

.portfolio-rows{
  height: 700px;
  background: rgba(255, 255, 255, 0.4); /* semi-transparent white */
  border: 2px solid #8C778C; /* clearly defined border */
  box-shadow: 10px 10px 1px rgba(0, 0, 0, 0.16); /* soft drop shadow */
  padding: 50px 90px 60px;
  border-radius: 12px; /* optional: makes it feel more modern */}

#uxuiCarousel {
  position: relative;
}

.carousel-inner {
  height: 100%; /* Let the inner container take full height */
}

.carousel-item {
  height: 100%;         /* Each slide fills the same space */
  padding: 50px 90px;   /* Adjust as needed for spacing */
  box-sizing: border-box;
}
.carousel-control-prev {
  left: -50px; /* Move closer to the left edge */
}

.carousel-control-next {
  right: -50px; /* Move closer to the right edge */
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: brightness(0) saturate(100%) sepia(6%) hue-rotate(290deg) contrast(90%);
}
.carousel-indicators [data-bs-target] {
  background-color: #554A5A;
  opacity: 0.4;
  width: 30px; /* dash-like style */
  height: 4px;
  border-radius: 2px;
  transition: opacity 0.3s;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #554A5A;
}

.project-name {
	color: #554a5a;
	font-family: 'DM Sans', sans-serif;
	font-weight: bold;
}

.project-description {
	color: #554a5a;
	font-family: 'DM Sans', sans-serif;
}

.case-study-title {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-weight: bold;
	text-align: center;
}
.jumbotron {
	margin-top: -120px;
	background-color: #FFF;
	color: #413248;
	box-shadow: inset 0 0 8px #D3A7DA;
}

/* Footer Link */
.footer-link {
	font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    text-decoration: none;
    color: #554A59;
    display: inline-block;
}

.footer-link:hover {
    text-decoration: underline;
	color: #554A59;

}

/* Footer Styles */
.footer {
    font-family: 'DM Sans', sans-serif;
    background: linear-gradient(to top, #554A59, #8C778C); 
    padding: clamp(80px, 15vw, 150px) 0; 
    color: #FEF8FF;
    width: 100%;
}

/* Ensure proper width */
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; 
}

/* Flexbox layout for footer content */
.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

/* Sitemap Links */
.footer-links {
    display: flex;
    gap: clamp(40px, 10vw, 160px); 
    text-align: center;
    flex-wrap: wrap; 
    justify-content: center; 
    width: 100%;
}

.footer-column {
    flex: 1;
    min-width: 200px; 
    margin-bottom: 20px;
}

.footer-column h3 {
    font-size: clamp(18px, 4vw, 30px); 
    font-weight: bold;
    margin-bottom: clamp(20px, 5vw, 50px);
}

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

.footer-column ul li {
    margin-bottom: clamp(10px, 3vw, 20px);
}

.footer-column ul li a {
    color: white;
    text-decoration: none;
    font-size: clamp(12px, 3vw, 20px);
    font-weight: 400; 
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

/* Logo & Copyright */
.footer-logo {
    text-align: center;
    margin: 40px auto 0; 
    width: 100%;
}

.footer-logo img {
    max-width: clamp(50px, 8vw, 80px);
    display: block;
    margin: auto;
}

.footer-logo p {
    font-size: clamp(16px, 2.5vw, 27px);
    margin-top: 10px;
    color: #FEF8FF;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .footer-column {
        width: 100%; 
    }

    .footer-logo {
        margin-top: 40px;
    }
}
.case-study-title {
}
.LiteBite-image {
}
.portfolio-image {
}
