:root {
    --white: #ffffff;
    --off-white: #f9f7f4;
    --light-beige: #faf6f3;
    --soft-cream: #fdfbfa;
    --light-grey: #eae7e3;

    --warm-brown: #8c6a4e;
    --medium-brown: #a58a76;
    --light-brown: #cbb7a2;

    --text-primary: #3a3a3a;
    --text-secondary: #6b6b6b;
}

body {
    font-family: 'Georgia', serif;
    color: var(--text-primary);
    background-color: var(--off-white);
    /* background-color: var(--off-white); */
    margin: 0;
    padding: 0;
    line-height: 1.7;
}


header {
    position: relative;
    width: 100%;
    overflow: hidden;
}

nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(255,255,255,0.642);
    
}

nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: color 0.3s;
}

nav ul li a:hover {
    border-bottom: 2px solid var(--warm-brown);
}

nav ul li.head a {
    font-size: 24px;
    color: black;
    font-weight: 700;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;

}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.hero-text {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 90%;
    max-width: 1200px;
}

.hero-text h1 {
    font-size: 3rem;
    margin-bottom: 20rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.hero-text h1:hover{
    text-decoration: underline;
}

.halfcircle {
    width: 115vw;
    height: 9rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 992px) {
    .hero-text h1 {
        font-size: 2.5rem;
    }

    nav ul li {
        margin: 0 10px;
    }

    nav ul li.head a {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-text p {
        font-size: 1rem;
    }

    nav ul {
        justify-content: space-around;
    }

    nav ul li {
        margin: 5px 8px;
    }

    nav ul li a {
        font-size: 12px;
    }

    nav ul li.head {
        order: -1;
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .hero-text h1 {
        font-size: 1.5rem;
    }

    .hero-text button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    nav {
        padding: 10px 0;
    }

    nav ul li {
        margin: 5px;
    }
}

.container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
}

.left-column {
    width: 50%;
    padding: 80px;
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--off-white);
}

.intro {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 40px;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--medium-brown);
}

.intro strong {
    font-weight: 700;
    color: var(--warm-brown);
}

.description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 300;
    color: var(--medium-brown);
    max-width: 90%;
}

.signature {
    margin-top: 40px;
}

.signature p {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: var(--warm-brown);
}

.company-name {
    font-size: 2rem;
    font-weight: 700;
    color: var(--warm-brown);
}

.right-column {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.right-column img {
    width: 70%;
    height: 87%;
    object-fit: cover;
    object-position: center;
    margin-top: 5rem;
    border: 10px solid white;
    margin-left: 5rem;
}

@media (max-width: 1200px) {
    .intro {
        font-size: 2rem;
    }

    .left-column {
        padding: 33px;
    }

    .right-column {
        width: 50%;
        height: 100%;
        position: absolute;
        margin-right: 0.5rem;
        margin-top: 10rem;
    }
}

@media (max-width: 1200px) and (min-width: 993px) {
    .intro {
        font-size: 2rem;
    }

    .left-column {
        padding: 33px;
    }

    .right-column {
        width: 50%;
        height: 100%;
        position: absolute;
        margin-right: 0.5rem;
        margin-top: -1rem;
    }
}


@media (max-width: 992px) {
    .intro {
        font-size: 1.8rem;
    }

    .description {
        font-size: 1rem;
    }

    .left-column {
        padding: 31px;
    }

    .right-column {
        width: 50%;
        height: 80%;
        position: absolute;
        margin-right: 1.5rem;
        margin-top: -1rem;
    }
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .left-column {
        width: 94%;
        padding: 40px 22px;
        order: 1;
    }

    .right-column {
        position: relative;
        width: 100%;
        height: 377px;
        order: 2;
        margin-top: -7rem;
    }

    .intro {
        font-size: 1.6rem;
    }

    .description {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .left-column {
        padding: 30px 22px;
        width: 88%;
    }

    .intro {
        font-size: 1.4rem;
    }

    .company-name {
        font-size: 1.6rem;
    }

    .right-column {
        width: 100%;
        height: 50%;
    }
}



.stats-section {
    background-color: #F5F0E9;
}

.stats-container {
    max-width: 1200px;
    margin: 5rem auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.stat-item {
    padding: 30px 20px;
    background: #F5F0E9;
    border-radius: 8px;
    transition: transform 0.3s ease;
}



.stat-item h1 {
    font-size: 3rem;
    color: var(--warm-brown);
    margin-bottom: 10px;
    font-weight: 700;
}

.stat-item p {
    font-size: 1.1rem;
    color: var(--warm-brown);
    font-weight: 500;
}

@media (max-width: 768px) {
    .stats-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .stats-container {
        grid-template-columns: 1fr;
    }

    .stat-item h1 {
        font-size: 2.5rem;
    }
}

.container1 {
    padding: 20px;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    margin-top: 8rem;
}

.container1 img {
    border: 10px solid white;
    width: 100%;
    height: 80%;
    position: relative;
}

/* Media Queries */
@media screen and (max-width: 1200px) {
    .container1 {
        max-width: 1000px;
    }
}

@media screen and (max-width: 992px) {
    .container1 {
        max-width: 800px;
        margin-top: 6rem;
    }

    .container1 img {
        height: 70%;
    }
}

@media screen and (max-width: 768px) {
    .container1 {
        max-width: 600px;
        margin-top: 5rem;
        padding: 15px;
    }

    .container1 img {
        height: 60%;
        border-width: 8px;
    }
}

@media screen and (max-width: 576px) {
    .container1 {
        margin-top: 4rem;
        padding: 10px;
    }

    .container1 img {
        height: 50%;
        border-width: 5px;
    }
}

@media screen and (max-width: 400px) {
    .container1 {
        margin-top: 3rem;
    }

    .container1 img {
        height: 40%;
    }
}

.container2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}

.choice {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    /* Responsive font size */
    font-weight: 300;
    margin-bottom: clamp(30px, 5vw, 60px);
    /* Responsive margin */
    color: var(--medium-brown);
    line-height: 1.2;
}

.choice strong {
    font-weight: 700;
    color: var(--warm-brown);
}

.themes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    justify-content: center;
}

.items {
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.items:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.items img {
    width: clamp(60px, 8vw, 100px);
    /* Responsive image size */
    height: clamp(60px, 8vw, 100px);
    object-fit: contain;
    margin: 0 auto 20px;
    display: block;
}

.items h2 {
    font-size: clamp(1.3rem, 2vw, 1.5rem);
    margin-bottom: 15px;
    color: var(--warm-brown);
}

.items p {
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    color: var(--medium-brown);
    line-height: 1.6;
}

/* Media Queries - Now more streamlined with grid */
@media screen and (max-width: 992px) {
    .themes {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
    }

    .items {
        padding: 25px;
    }
}

@media screen and (max-width: 768px) {
    .container2 {
        width: 90%;
        padding: 40px 15px;
    }

    .themes {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .container2 {
        padding: 30px 10px;
    }

    .items {
        padding: 20px;
    }
}

/* Base Styles */
.achievements-section {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    min-height: 500px;
}

.achievements-content {
    width: 60%;
    background-color: #F5F0E9;
    padding: 4rem;
    display: flex;
    align-items: center;
}

.achievements-container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.achievement-decoration {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 100px;
    height: auto;
    opacity: 0.8;
}

.achievements-title {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
    color: #8B6B4A;
    text-align: center;
    position: relative;
    font-family: 'Playfair Display', serif;
}

.achievements-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background-color: #D4A977;
}

.achievements-list {
    margin-top: 2rem;
}

.achievement-item {
    display: flex;
    margin-bottom: 1.8rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid rgba(139, 107, 74, 0.2);
}

.year {
    font-weight: 700;
    color: #D4A977;
    width: 80px;
    flex-shrink: 0;
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
}

.award {
    font-size: 1.2rem;
    color: #5A4A42;
    flex-grow: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.achievement-image {
    width: 40%;
    height: 500px;
    overflow: hidden;
}

.achievement-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Media Queries - Optimized Structure */
@media screen and (max-width: 1200px) {
    .achievements-content {
        padding: 3.5rem 2rem;
    }
}

@media screen and (max-width: 1024px) {
    .achievements-section {
        flex-direction: column;
    }

    .achievements-content {
        width: 100%;
        padding: 3rem 2rem;
        box-sizing: border-box;
    }

    .achievement-image {
        width: 100%;
        height: 350px;
    }

    .achievement-decoration {
        top: -20px;
        left: -20px;
        width: 80px;
    }
}

@media screen and (max-width: 900px) {
    .achievements-content {
        padding: 3rem 1.8rem;
    }

    .achievement-image {
        height: 320px;
    }
}

@media screen and (max-width: 768px) {
    .achievements-title {
        font-size: 2rem;
        margin-bottom: 1.8rem;
    }

    .achievement-item {
        flex-direction: column;
        gap: 0.5rem;
    }

    .year {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

@media screen and (max-width: 600px) {
    .achievements-content {
        padding: 2.5rem 1.5rem;
    }

    .achievement-image {
        height: 280px;
    }
}

@media screen and (max-width: 480px) {
    .achievements-content {
        width: 25rem;
        padding: 2rem 1.2rem;
    }

    .achievements-title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .year,
    .award {
        font-size: 1.1rem;
    }

    .achievement-decoration {
        width: 60px;
        top: -15px;
        left: -15px;
    }

    .achievement-image {
        height: 250px;
    }
}

@media screen and (max-width: 400px) {
    .achievements-content {
        width: 21rem;
        padding: 1.8rem 1rem;
    }

    .achievements-title {
        font-size: 1.7rem;
    }

    .achievement-image {
        height: 220px;
    }
}

/* Base Styles */
.expert-team-section {
    padding: 80px 0;
}

.expert-team-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: center;
}

.team-header {
    position: relative;
}

.team-heading {
    font-size: 3rem;
    font-weight: 300;
    color: var(--medium-brown);
    line-height: 1.2;
    margin: 0;
    font-family: 'Playfair Display', serif;
}

.team-heading strong {
    font-weight: 700;
    color: var(--warm-brown);
}

.heading-decoration {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 200px;
    height: 2px;
    background-color: #d4a977;
}

.team-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--medium-brown);
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

/* Media Queries */
@media screen and (max-width: 1024px) {
    .expert-team-container {
        gap: 30px;
    }

    .team-heading {
        font-size: 2.5rem;
    }

    .team-description {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .expert-team-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .team-header {
        text-align: center;
    }

    .heading-decoration {
        left: 50%;
        transform: translateX(-50%);
    }

    .team-heading {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 480px) {
    .expert-team-section {
        padding: 60px 0;
    }

    .team-heading {
        font-size: 2rem;
    }

    .heading-decoration {
        width: 80px;
        bottom: -15px;
    }

    .team-description {
        font-size: 0.95rem;
    }
}

@media screen and (max-width: 400px) {
    .team-heading {
        font-size: 1.8rem;
    }

    .team-description {
        font-size: 0.9rem;
    }
}

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


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

.gallery-item {
    position: relative;
    overflow: hidden;
    border: 10px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    aspect-ratio: 3/4;
}

.gallery-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.instagram-handle {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    color: #5A4A42;
    letter-spacing: 1px;
    margin-top: 20px;
}

.instagram-handle i {
    margin-right: 10px;
    color: #d4a977;
}

/* Media Queries */
@media screen and (max-width: 1024px) {
    .gallery-grid {
        gap: 20px;
    }

    
}

@media screen and (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .instagram-handle {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto 20px;
    }

    .instagram-handle {
        font-size: 1.3rem;
    }
}

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

    .instagram-handle {
        font-size: 1.2rem;
    }
}

/* Footer */
footer {
    background-color: #F5F0E9;
    padding: 60px 20px 30px;
    border-top: 1px solid rgba(139, 107, 74, 0.1);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 50px;
}

.footer-logo {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #8B6B4A;
    margin-bottom: 20px;
}

.footer-description {
    color: #5A4A42;
    line-height: 1.7;
    margin-bottom: 20px;
}

.footer-heading {
    font-size: 1.3rem;
    font-weight: 600;
    color: #8B6B4A;
    margin-bottom: 20px;
    position: relative;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #d4a977;
}

.footer-links {
    list-style: none;
}

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

.footer-links a {
    text-decoration: none;
    color: #5A4A42;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #d4a977;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d4a977;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.social-icon:hover {
    background-color: #8B6B4A;
}

.copyright {
    max-width: 1200px;
    margin: 40px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(139, 107, 74, 0.1);
    text-align: center;
    color: #8B6B4A;
    font-size: 0.9rem;
}

/* Media Queries */
@media (max-width: 1024px) {
    .hero-text h1 {
        font-size: 3.5rem;
    }

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

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

    .footer-content {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    nav {
        flex-direction: column;
        gap: 20px;
    }

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

    .hero-text h1 {
        font-size: 3rem;
    }

    .intro {
        font-size: 2rem;
    }

    .themes {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }

    .stats-container {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 2.5rem;
    }

    .choice {
        font-size: 2rem;
    }

    .items {
        padding: 25px;
    }
}