

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
}

.profile-img {
  height: 100px;
  border-radius: 50%;
}

@font-face {
  font-family: 'Challenge - Personal Use';
  src: url(../css/Challenge +-+ Personal Use.ttf/) format('ttf');
  src: url(/css/Challenge +-+ Personal Use.woff2/) format('woff2');
}

a span {
font-family: "Challenge"
}

@font-face {
  font-family: 'LavishlyYours-Regular';
  src: url(./css/LavishlyYours-Regular.woff2) format('woff2');
}



/* poppins-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('../css/poppins-v22-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  src: url('../css/poppins-v22-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../css/poppins-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../css/poppins-v22-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



@font-face {
  font-family: 'LavishlyYours-Regular';
  src: url(./LavishlyYours-Regular.woff2) format('woff2');
}

/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../css/playfair-display-v37-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('../css/playfair-display-v37-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('../css/playfair-display-v37-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

div, .container {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  
}


header {
    font-family: "Challenge - Personal Use";

}




span, .fs-4 {
  font-family: "Zen Loop";
  font-size: xxx-large;
}

h1, .display-5 fw-bold text-body-emphasis {
  font-family: "Playfair Display";
}

div, .px-4 py-5 my-5 text-center {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: medium;
}

div, .col-lg-6 mx-auto {
  
    font-family: "Poppins";
    font-style: normal;
    font-weight:500;
    
  
}
p, .lead mb-4 {
    font-family: "Poppins";
    font-style: normal;
    font-weight:500;
}

footer, .py-5 {
  font-family: "Poppins";
  font-size: x-large 
}

footer i {
    transition: color 0.3s ease-in-out;
}

footer i:hover {
    color: rgba(60, 0, 20, 0.95); /* Change to any color */
}


.nav-link {
    position: relative; /* Needed for absolute positioning of the pseudo-element */
    overflow: hidden; /* Ensure the flashing effect is contained */
}

.nav-link{
    padding-left:18px;
    padding-right:18px;
}


.nav-link{
    color: rgba(255,234,218,.82);
    transition: color .3s ease;
}

.nav-link:hover{
    color: rgba(255,234,218,1) !important;
}


.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for transform and shadow */
}

.card:hover {
    transform: scale(1.05); /* Slightly increase the size */
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5); /* Create a glowing effect */
    background-color: rgba(255, 255, 255, 0.1); /* Optional: Add a subtle highlight effect */
}


.card {
    border-radius: 18px;
}

.link-body-emphasis {
    transition: color 0.3s ease; /* Smooth transition for color change */
}

.link-body-emphasis:hover .text-light {
    color: rgba(255, 255, 255, 0.8); /* Change this to the desired hover color */
}




@keyframes flashBorder {
    0% { border-color: rgba(255, 255, 255, 0.5); }
    50% { border-color: rgba(0, 255, 255, 0.8); } /* Cyan glow */
    100% { border-color: rgba(255, 255, 255, 0.5); }
}

.flashing-border {
    border: 2px solid rgba(255, 255, 255, 0.5);
    animation: flashBorder 1.5s infinite alternate;
    transition: background-color 0.3s, border-color 0.3s;
}

/* Change button color on hover */
.flashing-border:hover {
    background-color: rgba(0, 255, 255, 0.3);
    border-color: rgba(0, 255, 255, 1);
}







a:hover {
    color: rgba(255, 234, 218, 0.8) !important; /* Slightly stronger color on hover */
}








.footer-brand {
    color: inherit;
    text-decoration: none;
}

.footer-brand:hover {
    color: black !important;
    text-decoration: none !important;
}


.journey-timeline {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
    padding-left: 40px;
}

.journey-timeline::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: rgba(0, 0, 0, 0.15);
}

.journey-item {
    position: relative;
    margin-bottom: 40px;
}

.journey-icon {
    position: absolute;
    left: -31px;
    top: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(249, 240, 234, 1);
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.journey-content {
    background-color: white;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.journey-content h3 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 12px;
}

.journey-content p {
    font-family: Poppins;
    font-weight: 300;
    margin-bottom: 0;
}


.journey-content {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.journey-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.12);
}

.journey-icon {
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.journey-item:hover .journey-icon {
    transform: scale(1.1);
    background-color: rgba(249, 240, 234, 1);
}




.story-card {
    background-color: #ffffff !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.story-card:hover,
.story-card:active,
.story-card:focus {
    background-color: #ffffff !important;
    transform: translateY(-5px);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.12) !important;
}

.hero-photo{
    position: relative;
    left: -100px;
    top: -20px;
}


line-height: 1.7;





a.hero-btn {
    display: inline-block !important;
    background-color: #294948 !important;
    color: #FFEADA !important;
    padding: 12px 28px !important;
    border: 2px solid #294948 !important;
    border-radius: 3px !important;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-decoration: none !important;
    margin-top: 10px;
}

a.hero-btn:hover {
    background-color: #213e3d !important;
    color: #ffffff !important;
}

.hero-section {

padding-top: 160px;
margin-bottom: 30px;
}


.project-card{
    transition:.3s ease;
    cursor:pointer;
}

.project-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 35px rgba(0,0,0,.35);
}

.project-tags{
    font-family:inherit;          /* or Poppins if you prefer */
    font-size:.82rem;
    font-weight:500;
    color:rgba(255,255,255,.9);

    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:.45rem;

    min-height:2.4rem;   /* adjust until it matches */
}

.separator{
    font-size:4px;
    opacity:.45;
}

.project-card:hover h3{
    color:#f5d9a8;
    transition:.3s;
}


.project-card h3{
    min-height: 5rem;
}


/* PROJECTS PAGE INTRO */

.projects-intro {
    padding-top: 160px;
    padding-bottom: 70px;
}

.projects-page-title {
    font-family: "Playfair Display", serif;
}

.projects-page-subtitle {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}


/* INDIVIDUAL PROJECT SECTIONS */

.project-section {
    padding-top: 70px;
    padding-bottom: 70px;
    scroll-margin-top: 90px;
}

.project-header {
    max-width: 900px;
    margin-bottom: 55px;
}

.project-category {
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8c5b3f;
}

.project-title {
    margin-bottom: 18px;
    font-family: "Playfair Display", serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.12;
}

.project-subtitle {
    max-width: 850px;
    margin-bottom: 25px;
    font-family: "Poppins", sans-serif;
    font-size: 1.08rem;
    font-weight: 300;
    line-height: 1.8;
    color: #5f5f5f;
}


/* PROJECT LINKS */

.project-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.project-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 0.92rem;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    transition: color 0.2s ease;
}

.project-links a:hover {
    color: #8c5b3f;
}


/* PROJECT CONTENT */

.project-content {
    max-width: 900px;
}

.project-block {
    margin-bottom: 42px;
}

.project-block h3 {
    margin-bottom: 14px;
    font-family: "Playfair Display", serif;
    font-size: 1.7rem;
}

.project-block p,
.project-list {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.85;
    color: #444;
}

.project-list {
    margin-bottom: 0;
    padding-left: 1.35rem;
}

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


/* TECHNOLOGY LABELS */

.technology-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.technology-list span {
    display: inline-block;
    padding: 7px 13px;
    border: 1px solid rgba(34, 34, 34, 0.16);
    border-radius: 999px;
    font-family: "Poppins", sans-serif;
    font-size: 0.82rem;
    font-weight: 400;
    color: #333;
    background-color: rgba(255, 255, 255, 0.45);
}


/* DIVIDER BETWEEN PROJECTS */

.project-divider {
    margin: 0;
    border: 0;
    border-top: 1px solid rgba(34, 34, 34, 0.14);
    opacity: 1;
}


/* MOBILE */

@media (max-width: 768px) {

    .projects-intro {
        padding-top: 200px;
        padding-bottom: 45px;
    }

    .project-section {
        padding-top: 200px;
        padding-bottom: 55px;
    }

    .project-header {
        margin-bottom: 40px;
    }

    .project-title {
        font-size: 2.45rem;
    }

    .project-subtitle {
        font-size: 1rem;
    }

    .project-links {
        gap: 15px;
    }

    .project-block {
        margin-bottom: 34px;
    }

    .project-block h3 {
        font-size: 1.5rem;
    }
}



.current-focus{
    max-width:900px;
    margin:auto;

    display:flex;
    flex-direction:column;
    gap:2.5rem;
}

.focus-item{
    display:flex;
    gap:1.5rem;
    align-items:flex-start;
}

.focus-item i{
    font-size:1.4rem;
    color:#8c5b3f;
    margin-top:6px;
    width:28px;
    text-align:center;
}

.focus-item h4{
    font-family:"Playfair Display", serif;
    margin-bottom:.4rem;
}

.focus-item p{
    font-family:"Poppins", sans-serif;
    font-weight:300;
    color:#555;
    margin:0;
    line-height:1.8;
}

.stories-page {
    background-color: #F6F7F8;
    min-height: 100vh;
    padding-bottom: 40px;
}


.story-card {
    background-color: white;
}

.story-card hr {
    border-color: #E8E2DB;
    opacity: 1;
}



.footer-icon {
    display: inline-block;
    color: #FFEADA !important;
    font-size: 30px;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.footer-icon i {
    display: inline-block;
    transform: none !important;
    animation: none !important;
    transition: color 0.3s ease;
}

.footer-icon:hover,
.footer-icon:focus {
    color: #FFFFFF !important;
}

.footer-icon:hover i,
.footer-icon:focus i {
    color: #FFFFFF !important;
    transform: none !important;
    animation: none !important;
}

.footer-tagline {
    font-family: 'Lavishly Yours', cursive;   /* or your script font */
    font-size: 2.1rem;
    color: #FFEADA;
    margin-bottom: 1rem;
}

.footer-follow {
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFEADA;
    margin-bottom: 1.2rem;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.contact-page {
    flex: 1;
    min-height: 105vh;
}

.contact-section {
    padding-top: 200px;
    padding-bottom: 100px;
}


/* Hero and navigation introduction */

.home-intro {
    background-color: #F6F2EE;
}

.hero-section,
.choose-section {
    margin: 0;
    background-color: transparent;
}

.choose-section {
    padding: 10rem 0 5rem;
}

.choose-section h2 {
    font-family: "Playfair Display", serif;
}

.choose-links {
    max-width: 900px;
    margin: 0 auto;
}

.choose-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;

    padding: 2rem 0;
    border-top: 1px solid rgba(41, 73, 72, 0.10);

    color: inherit;
    text-decoration: none;

    transition:
        padding-left 0.25s ease,
        color 0.25s ease;
}

.choose-item:last-child {
    border-bottom: 1px solid rgba(41, 73, 72, 0.10);
}

.choose-item h4 {
    margin-bottom: 0.6rem;

    font-family: "Playfair Display", serif;
    font-size: 1.7rem;

    color: #1f1f1f;
    transition: color 0.25s ease;
}




.choose-item p {
    max-width: 650px;
    margin: 0;

    font-family: Poppins, sans-serif;
    font-size: 1.05rem;
    font-weight: 300;

    color: #555;
}

.arrow {
    font-size: 1.3rem;
    color: rgba(98, 135, 133, 1);
    transition: transform 0.25s ease;
}

.choose-item:hover {
    padding-left: 10px;
    color: inherit;
}

.choose-item:hover h4 {
    color: rgba(98, 135, 133, 1);
}

.choose-item:hover .arrow {
    transform: translateX(8px);
}

.coming-next {
    padding-top: 150px
    padding-bottom: 300px;
}


.current-focus {
    max-width: 900px;
    margin: 0 auto;
}


.current-focus-subtitle {
    max-width: 900px;
    margin: 0 auto 1rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #e3ddd6;
}


.choose-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 3rem;
}

.featured-container {
    max-width: 1100px !important;
}


.story-toggle {
    display: inline-flex;
    align-items: center;
    margin-top: 0.75rem;

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #294948;
    text-decoration: none;
}

.story-toggle:hover {
    color: #294948;
    text-decoration: underline;
}

.story-toggle i {
    transition: transform 0.3s ease;
}

.story-card-body {
    padding: 4rem 6rem;
}