* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;


}
.menu-navbar{
    display: none;
}


h1 {
    display: block;
    font-size: 0em;
    margin-block-start: 0.0em;
    margin-block-end: 0.0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
/* cart */
        .cart-icon {
            cursor: pointer;
            position: relative;
            display: inline-block;
            padding: 10px;
        }

        .cart-icon img {
            width: 24px;
            height: 24px;
        }

        .cart-popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            border: 1px solid #e0e0e0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            width: 500px;
            max-width: 90vw;
        }

        .cart-popup-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 20px;
            border-bottom: 1px solid #e0e0e0;
        }

        .cart-popup-header h2 {
            margin: 0;
            font-size: 24px;
            color: #333;
            font-weight: 600;
             font-family: "Inter", sans-serif;

        }

        .close-button {
            background: none;
            border: none;
            font-size: 35px;
            cursor: pointer;
            color: #333;
        }

        .cart-popup-content {
            padding: 40px 20px;
            text-align: center;
            min-height: 250px;
           
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .cart-popup-content p {
            color: #666;
            font-size: 16px;
        }

        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }
/*  */

.oswald {
    font-family: "Oswald", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}
.curve{
    margin-top: 5px;
    width: 130px;
    height: 15px;
}


body {
    background-color: #ece9e2;
    overflow-x: hidden;
}

header {
    background-color: #333;
    padding: 22px 20px 22px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 20px 0px 20px;
}

.logo {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
}

.logo {
    width: 200px;
    height: 48px;
}

.logo-icon {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {

    margin: 0 35px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
}

.active {
    background-color: white;
    color: #333;
    padding: 0px 7px;
}

.cart {
    position: relative;
}

.cart-icon {
    color: white;
    font-size: 20px;
}

.cart-icon img {
    width: 35px;
    height: 28px;
}

.cart-count {
    position: absolute;
    top: -1px;
    right: -7px;
    background-color: white;
    color: #333;
    border-radius: 30%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 100;
}

/* section 1 */

.hero {
    padding: 30px 25px;
}

.hero-img {
    padding-left: 15px;
    width: 380px;
    height: 140px;
}

.bold-text {
    font-size: 240px;
    line-height: 0.9;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
    padding-top: 15px;
}

.outline-text {
    font-size: 140px;
    line-height: 0.9;
    font-weight: normal;
    color: transparent;
    -webkit-text-stroke: 1px #333;
    display: inline-block;
}

/* section2 */
.section2-container {
    width: 100%;
    padding: 0px 20px;

}

.section2-header {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.section2-image1 {
    width: 100px;
    height: 20px;
}

.section2-logo {
    width: 180px;
    height: 180px;
    margin-right: 40px;
}

.section2-tagline {
    width: 590px;
}

.section2-tagline h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    color: #363636;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
}

.section2-content {
    display: flex;
    padding: 0px 20px;
    gap: 75px;
    overflow-x: hidden;
}

.section2-image {
    width: 30%;
}

.section2-image img {
    width: 436px;
    height: 212px;
    filter: grayscale(100%);
}

.section2-text {
    width: 70%;
    padding-top: 15px;

}

.section2-text p {
    font-size: 18px;
    line-height: 1.3;
    color: #202020;
    font-weight: 300;
    margin-bottom: 30px;
    font-family: "Inter", sans-serif;
}

.section2-button {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 16px;
    border: 2px solid #000000;
    background-color: transparent;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;


    transition: all 0.3s ease;
}


.section2-button-icon {
    margin-right: 45px;
}

.section2-button-text {
    position: relative;
    padding-left: 60px;
    font-size: 30px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
}

.section2-button-text:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    width: 70px;
    height: 1.5px;
    background-color: black;
    transform: translateY(-50%);
}

.section2-button-icon1 {
    width: 50px;
    height: 55px;
}

/* section3 */

.section3-container {
    max-width: 100%;
    overflow: hidden;
    padding: 120px 0 0 0;
    position: relative;
    cursor: none;
}

.section3-scroll-wrapper {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}

.section3-scroll-content {
    display: flex;
    gap: 40px;
    animation: scroll-left 10s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.section3-product-item {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    transition: transform 0.3s ease;
}

.section3-product-image {
    width: 530px;
    height: 377px;
    object-fit: cover;
    filter: grayscale(100%);
}

.section3-product-info {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.section3-product-title {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(50, 50, 50);
    font-family: "Inter", sans-serif;
}

.section3-product-line {
    width: 100%;
    height: 1px;
    background-color: black;
    margin: 5px 0 10px 0;
}
/* Custom cursor as VIEW PROJECT */
.section3-custom-cursor {
    position: fixed;
    width: 130px;
    height: 130px;
    /* background-color: rgba(0, 0, 0, 0.7); */
    background-color: rgb(45, 45, 45);
    color: rgb(222, 221, 221);
    border-radius: 50%;
    display: none;
    /* Hidden by default */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

/* section4 */


.section4-container {
    padding: 70px 35px 0px 35px;
}

/* Hero Section */
.section4-hero {
    border: 1px solid black;
    padding: 50px 50px 80px 50px;
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section4-hero-content {
    width: 61%;
    padding-right: 20px;
}

.section4-logo {
    margin-bottom: 30px;
}

.section4-logo img {
    width: 90px;
    height: 100px;
}

.section4-hero-text {
    font-size: 19px;
    color: #4a4a4a;
    line-height: 35px;
    font-family: "Inter", sans-serif;
}

.section4-hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
    margin-right: 80px;
}

.section4-profile-circle {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 5px;
    border: 2px solid rgb(40, 40, 40);
}

.section4-profile-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section4-skills-bubble {
    position: absolute;
    right: -60px;
    top: -30px;
    width: 300px;
    height: 250px;
}

.section4-skill {
    position: absolute;
    padding: 10px 80px;
    border-radius: 30px;
    border: 2px solid rgb(32, 31, 31);
    font-weight: 400;
    text-align: center;
    max-width: 220px;
    font-size: 24px;
    white-space: nowrap;
    font-family: "Oswald", sans-serif;
    z-index: 10;
    background-color: #eae7df;
}

.section4-skill.dark {
    background-color: #333;
    color: white;
    border: 0px solid black;
    padding: 12px 80px;
    max-width: 220px;
    white-space: nowrap;
    text-align: center;
    font-family: "Oswald", sans-serif;
}

.section4-skill:nth-child(1) {
    /* Figma */
    top: 20px;
    right: -35px;
    transform: rotate(-10deg);
}

.section4-skill:nth-child(2) {
    /* Photoshop */
    top: 80px;
    right: -40px;
    transform: rotate(5deg);
    text-align: center;
}

.section4-skill:nth-child(3) {
    /* Illustrator */
    top: 140px;
    right: -36px;
    transform: rotate(-10deg);
}

.section4-skill:nth-child(4) {
    /* In-Design */
    top: 200px;
    right: -42px;
    transform: rotate(10deg);
    text-align: center;
}

/* Services Section */
.section4-services {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    gap: 50px;

}

.section4-service {
    flex: 1;
    display: flex;

    align-items: flex-start;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}

.section4-service-icon {
    background-color: #333;
    width: 121px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 20px;
}

.section4-service-icon img {
    object-fit: contain;
    width: 90%;
    height: 90%;
}

.section4-service-1 {
    padding-left: 20px;
    align-items: center;
}

.section4-service-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
     color: #3a3432;
}

.section4-service-desc {
    font-size: 16px;
    color: #666;
    padding-top: 1px;
    font-family: "Inter", sans-serif;
}

/* section5 */
.section5 {

    padding: 40px 35px;
}

.section5-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 20px 0;
}

.section5-left h2 {
    font-size: 4rem;
    font-weight: 900;
    margin: 0;
    font-family: "Oswald", sans-serif;
    color: #2f2f2f;
}

.section5-left p {
    font-size: 1.5rem;
    margin: 0;
    font-family: "Oswald", sans-serif;
    color: #2f2f2f;
    font-weight: 300;
}

.section5-underline {
    margin-top: 10px;
    width: 80px;
    height: auto;
}

.section5-right {
    margin-top: 100px;
}

.section5-right button {
    padding: 5px 20px;
    background: transparent;
    border: 1px solid #333;
    font-weight: 400;
    color: #3a3a3a;
    cursor: pointer;
    align-items: center;
    font-size: 1rem;
    font-family: "Oswald", sans-serif;
}


.section5-posts {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section5-post {
    padding-bottom: 10px;
    flex: 1 1 calc(33% - 20px);
    min-width: 300px;
    height: auto;
    position: relative;
}

/* Image container with overflow hidden */
.image-container {
    width: 100%;
    overflow: hidden; /* This contains the zoomed image */
    margin-bottom: 10px;
}

/* Apply zoom effect to the image, not a separate div */
.section5-post img.zoom {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.section5-post img.zoom:hover {
    transform: scale(1.1);
}

.section5-date {
    background-color: #ece9e2;
   color: #3a3432;
    padding: 0px 6px;
    font-size: 1rem;
    margin: -50px 20px;
    font-family: "Oswald", sans-serif;
    position: absolute;
    font-weight: 300;
}

.section5-post h2 {
    font-size: 25px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    color: #3a3432;
}

.section5-underline {
    width: 60px;
    height: 1px;
    background: black;
    margin: 10px 0 30px;
    border-radius: 2px;
}

/* section6 */
.section6-container {
    padding: 20px 35px;

}

.section6-header {
    margin-bottom: 40px;
}

.section6-title {
    font-size: 60px;
    font-weight: 900;
    color: #383838;
    font-family: "Oswald", sans-serif;
}

.section6-subtitle {
    font-size: 27px;
    color: #444;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
}

.section6-underline {
    margin-top: 10px;
    width: 60px;
    height: 10px;
    background: url('https://i.imgur.com/dy7XKj3.png') no-repeat;
    background-size: contain;
}

.section6-testimonials {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.section6-testimonial {
    flex: 1;
    min-width: 300px;
}

.section6-profile {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.section6-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #000;
    margin-right: 15px;
    object-fit: contain;
}

.section6-name {
    font-size: 25px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    color: #323232;

}

.section6-role {
    font-size: 16.5px;
    color: #323232;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
}

.section6-text {
    font-size: 18px;
    line-height: 1.7;
    color: #5e5e5e;
    font-family: "Inter", sans-serif;
}

.section6-logos {
    background-color: #2d2d2d;
    padding: 40px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;

}

.section6-logos img {
    height: 55px;
    width: 209px;
    object-fit: contain;

}

/* sction7 */
.section7-container {
    display: flex;
    padding:100px 35px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 50px;
}

.section7-left {
    display: flex;
    width: 45%;
    border: 1px solid #0e0d0d;
    align-items: center;
    margin-top: 100px;
}

.section7-icon {
    position: relative;
    margin-right: 75px;
    padding-bottom: 20px;
}

.section7-icon img {
    height: 160px;
    width: 100px;
   
}

.section7-plus {
    position: absolute;
    right: -10px;
    bottom: 10px;
    background-color: #666;
    color: white;
    width: 40px;
    height: 40px;
    font-size: 28px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.section7-text {
    flex-grow: 1;
    padding-left: 60px;
}

.section7-title {
    font-size: 32px;
    line-height: 1.1;
    margin: 0;
    font-weight: 400;
    color: #3a3a3a;
    font-family: "Oswald", sans-serif;
    text-decoration: underline;
}



.section7-description {
    font-size: 16px;
    margin-top: 10px;
    color: #444;
    font-weight: 200;
   font-family: "Inter", sans-serif;
}
/* right */

 .section7-right {
      width: 55%;
     
    }
    
    .section7-icon {
    position: relative;
    margin-right:0px;
    padding-bottom: 20px;
}
    .section7-award-row {
      display: flex;
      align-items: center;
      border-top: 1px solid #131212;
      padding: 25px 0;
      position: relative;
    }
    
    .section7-line-dot {
      position: absolute;
      left: 0;
      top: 0;
      width: 9px;
      height: 9px;
      background-color: #4c4b4b;
      border-radius: 50%;
      transform: translateY(-50%);
    }
    
    .section7-award-info {
      flex: 2;
      font-size: 25px;
      color: #414040;
      font-weight: 300;
      text-transform: uppercase;
       font-family: "Oswald", sans-serif;
    }
    
    .section7-award-type {
      flex: 2;
      text-align: right;
      font-size: 15px;
      color: #666;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      position: relative;
      padding-right: 20px;
      font-weight: 300;
      font-family: "Inter", sans-serif;
    }
    
    .section7-award-type::after {
      content: "";
      position: absolute;
      right: -40px;
      top: 50%;
      transform: translateY(-50%);
      height: 1px;
      width: 30px;
      background-color: #2e2e2e;
    }
    
    .section7-award-year {
      flex: 0.5;
      text-align: right;
      font-size: 18px;
      color: #666;
      margin-left: 40px;
    }
    
    .section7-award-row:last-child {
      border-bottom: 1px solid black;
    }
    
    .section7-award-row:last-child::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 10px;
      height: 10px;
      background-color:  #2e2e2e;
      border-radius: 50%;
      transform: translateY(50%);
    }


/* footer */
.footer {
    background-color: #333;
    color: #fff;
    padding: 40px 0 0px;
    font-family: "Inter", sans-serif;
}

.footer-container {
    padding: 60px 35px 40px 35px;
}

.footer-top {
    position: relative;
    padding-bottom: 15px;
}

.back-to-top {
    position: absolute;
    right: 0;
    top: -45px;
    border: 1px solid rgb(234, 231, 231);
    padding: 12px 14px;
    color: #eae9e9;
    text-decoration: none;
    font-size: 16.5px;
    transition: all 0.3s ease;
    font-family: "Inter", sans-serif;
}

.back-arrow {
    width: 20px;
    margin-left: 5px;
    transform: rotate(-90deg);
}

.back-to-top:hover {
    background-color: #fff;
    color: #333;
}


.footer-line {
    width: 100%;
    height: 1px;
    background-color: white;
    margin-bottom: 40px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    margin-top: 140px;
}

.footer-social {
    flex: 1;
}

.footer-contact {
    flex: 1;
    text-align: left;
}

.footer-cta {
    flex: 1;
    text-align: right;
}

.footer-social ul {
    list-style: none;
}

.footer-social li {
    margin-bottom: 10px;
}

.footer-social a {
    color: #e7e6e6;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 26px;
}

.footer-social a:hover {
    color: #ccc;
}

.footer-contact p {
    margin-bottom: 10px;
    color: #e7e6e6;
    font-size: 26px;
}

.get-in-touch {
    display: inline-flex;
    align-items: left;
    background-color: #fff;
    color: #363535;
    padding: 15px 15px 0px 26px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 40px;
    font-family: "Oswald", sans-serif;
}

.get-in-touch:hover {
    background-color: #eee;
}

.arrow-icon {
    margin-left: 75px;
    margin-right: 20px;
    color: #504f4f;
}

.arrow-icon svg path {
    fill: #565656;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid white;
    font-size: 20px;
    color: #ece9e2;
    font-weight: 300;
}

.footer-bottom a {
    color: #ece9e2;
    text-decoration: none;
    transition: color 0.3s ease;
    text-decoration: underline;
}

.footer-bottom a:hover {
    color: #ece9e2;
}

.footer-license {
    text-decoration: underline;
}
/* about page */
   /* About section styles */
        .about-container {
            background-color:#ded9cc;
            padding: 50px 0;
            text-align: center;
            margin: 0 20px;
        }
        
        .about-title {
            font-size: 115px;
            font-weight: bold;
            color: #333;
            text-transform: uppercase;
             font-family: "Oswald", sans-serif;
        }
        
        .about-subtitle {
            color: #666;
            font-size: 18px;
            margin-bottom: 30px;
             font-family: "Inter", sans-serif;
        }
        
        /* Team section styles */
        .about-team-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            padding: 100px 0 0 0;
            margin: 0 20px;
        }
           .about-team-member {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        
        .about-team-member {
            width: 315px;
            height: 380px;
            background-color: #333;
            color: white;
            padding: 50px 20px;
            text-align: center;
        }
        
        .about-profile-img {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 auto 20px;
            background-color: #222;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .about-profile-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .about-profile-circle {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            background-color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            object-fit: contain;
        }
        
        .about-name {
            font-size: 1.4rem;
            font-weight: bold;
            margin-bottom: 20px;
            font-family: "Inter", sans-serif;
        }
        
        .about-position {
            font-size: 1rem;
            color: #cbc9c9;
            margin-bottom: 30px;
            font-family: "Inter", sans-serif;
        }
        
        .about-social {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }
        
        .about-social-text {
            color: #c4c0c0;
            font-size: 1.1rem;
            font-family: "Inter", sans-serif;
        }
        
        .about-social-line {
            width: 60px;
            height: 2px;
            background-color: #ffffff;
            font-family: "Inter", sans-serif;
        }
        
        .about-social-icon {
            width: 20px;
            height: 20px;
            border: 2px solid #c5c4c4;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 0.9rem;
            color: #d3d2d2;
            font-family: "Inter", sans-serif;
        }
        /* julio page */
         /* Layout */
        .detail-container {
            display: flex;
             margin: 0 20px;
             gap: 50px;
             
        }

        .detail-left {
            width: 50%;
            position: relative;
            display: flex;
            padding: 100px 0 ;
            overflow: hidden;
        }

        .detail-right {
            width: 50%;
            padding: 100px 0 ;
            display: flex;
            flex-direction: column;
        }

        /* Mockup Image */
        .detail-mockup {
            width: 100%;
          
        }

        .detail-mockup img {
            width: 100%;
            height: 434px;
        }

        /* Content Panels */
        .detail-panel {
            background-color:#ded9cc;
            padding: 30px;
            margin-bottom: 20px;
            border-radius: 2px;
        }

        .detail-heading {
            font-size: 45px;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
            text-transform: uppercase;
               font-family: "Oswald", sans-serif;
        }

        .detail-description {
            font-size: 18px;
            line-height: 1.8;
            color: #444;
            font-family: "Inter", sans-serif;
            
        }

        .detail-subheading {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #3a3a3a;
            font-family: "Inter", sans-serif;
        }

        .detail-services {
            font-size: 18px;
            color: #3a3a3a;
            font-family: "Inter", sans-serif;
        }

        .detail-date {
            font-size: 18px;
            color: #3a3a3a;
            font-family: "Inter", sans-serif;
        }

        /* Shadow on background for realism */
        .detail-shadow {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at center, rgba(0,0,0,0) 60%, rgba(0,0,0,0.2) 100%);
            pointer-events: none;
        }