.makeuplook-topknot {
    background: linear-gradient(135deg, #ffecd1 0%, #fcb69f 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.makeuplook-topknot::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.h2 {
    font-size: 3.5rem;
    font-weight: 700;
    background: linear-gradient(45deg, #8B4513, #CD853F, #D2691E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    z-index: 2;
}

.padding-bottom {
    padding-bottom: 50px;
    position: relative;
}

.padding-bottom::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #8B4513, #CD853F);
    border-radius: 2px;
}

.media-grid__item {
    position: relative;
    z-index: 1;
}

.knk-img-zoom {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: linear-gradient(45deg, #fff, #f8f9fa);
}

.knk-img-zoom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(139,69,19,0.1), rgba(205,133,63,0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.knk-img-zoom:hover::before {
    opacity: 1;
}

.knk-img-zoom:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

.knk-img-zoom img,
.knk-img-zoom video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 20px;
}

.knk-img-zoom:hover img,
.knk-img-zoom:hover video {
    transform: scale(1.1);
}
.knk-img-zoom video {
    filter: brightness(1.1) contrast(1.1) saturate(1.2);
}
@media (min-width: 992px) {
    .gallery-row {
        display: flex;
        align-items: stretch;
        min-height: 60px;
    }
    .video-column .knk-img-zoom {
        height: 600px;
    }
    .image-column .knk-img-zoom {
        height: 300px;
    }

    .image-column .knk-img-zoom:first-child {
        margin-bottom: 20px;
    }

    .image-column {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .knk-img-zoom {
        height: 250px;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .h2 {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }
    
    .makeuplook-topknot {
        padding: 60px 0;
    }
    .video-column .knk-img-zoom {
        height: 600px;
        margin-bottom: 20px;
    }
    .image-column .knk-img-zoom {
        height: 400px;
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
       .carousel-item {
       position: relative;
        min-height: 63vh !important;
    }
    .h2 {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    .video-column .knk-img-zoom {
        height: 600px;
        border-radius: 15px;
        margin-bottom: 15px;
    }
    .image-column .knk-img-zoom {
        height: 400px;
        border-radius: 15px;
        margin-bottom: 15px;
    }
    
    .knk-img-zoom img,
    .knk-img-zoom video {
        border-radius: 15px;
    }
}
.knk-img-zoom {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.knk-img-zoom:nth-child(1) { animation-delay: 0.1s; }
.knk-img-zoom:nth-child(2) { animation-delay: 0.2s; }
.knk-img-zoom:nth-child(3) { animation-delay: 0.3s; }
.knk-img-zoom:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.knk-img-zoom::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.6s;
    z-index: 2;
}

.knk-img-zoom:hover::after {
    left: 100%;
}
.makeuplook-topknot::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    top: 20%;
    left: 10%;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}



.about-topknot {
    padding: 80px 0;
    background-color: #f8f6f3;
}



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

.topknot-heading32 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: #2c2c2c;
    letter-spacing: 1px;
}

.intro-text {
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 3rem;
    color: #555;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 2rem;
}

.services-list {
    list-style: none;
    padding: 0;
}

.services-list li {
    margin-bottom: 1.5rem;
    padding-left: 30px;
    position: relative;
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
}

.services-list li:before {
    content: "•";
    color: #d4af37;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -2px;
}

.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.image-container:hover img {
    transform: scale(1.05);
}

/* Tablet Styles */
@media (max-width: 1024px) {
    .about-topknot {
        padding: 60px 0;
    }
    
    .topknot-heading32 {
        font-size: 2.2rem;
    }
    
    .content-wrapper {
        gap: 40px;
    }
    

}

/* Mobile Styles */
@media (max-width: 768px) {
       .carousel-item {
       position: relative;
        min-height: 63vh !important;
    }
    .about-topknot {
        padding: 40px 0;
    }
    
    .topknot-heading32 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    
    .intro-text {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .services-list li {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
    }
    

}

/* Small Mobile Styles */
@media (max-width: 480px) {
       .carousel-item {
       position: relative;
        min-height: 30vh !important;
    }
    .about-topknot {
        padding: 30px 0;
    }
    
    .topknot-heading32 {
        font-size: 1.6rem;
        line-height: 1.3;
    }
    
    .intro-text {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .services-list li {
        font-size: 0.9rem;
        padding-left: 25px;
    }
    
    .services-list li:before {
        font-size: 1.3rem;
    }
    
  
}

/* Large Desktop Styles */
@media (min-width: 1400px) {
   
    .topknot-heading32 {
        font-size: 3rem;
    }
    
    .intro-text {
        font-size: 1.2rem;
    }
    
    .content-wrapper {
        gap: 80px;
    }
}

/* Print Styles */
@media print {
    .about-topknot {
        padding: 20px 0;
    }
    
    .image-container {
        box-shadow: none;
    }
    
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .image-container img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .image-container img {
        transition: none;
    }
    
    .image-container:hover img {
        transform: none;
    }
}/
@media (prefers-color-scheme: dark) {
 
    
    .about-topknot {
        background-color: #2c2c2c;
    }
    
    .topknot-heading32 {
        color: #f0f0f0;
    }
    
    .intro-text {
        color: #ccc;
    }
    
    .services-list li {
        color: #ddd;
    }
}

      .awards-topknot {
        position: relative;
        width: 100%;
        min-height: 100vh;
        background: linear-gradient(135deg, rgba(0,0,0,0.8), rgba(0,0,0,0.6));
        overflow: hidden;
    }

    .hero-container {
        position: relative;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .background-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
            rgba(0,0,0,0.4), 
            rgba(0,0,0,0.6)
        ), url('../img/newimg/set2.jpg');
        background-size: cover;
        background-position: center;
        filter: blur(1px);
        animation: backgroundZoom 20s ease-in-out infinite;
    }

    @keyframes backgroundZoom {
        0%, 100% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.05);
        }
    }

    .content-overlay {
        position: relative;
        z-index: 2;
        text-align: center;
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 20px;
    }

    .main-heading {
        font-size: clamp(2.5rem, 5vw, 4rem);
        color: #fff;
        font-weight: 300;
        letter-spacing: 3px;
        margin-bottom: 40px;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
        animation: fadeInUp 1s ease-out, textGlow 3s ease-in-out infinite;
    }

    @keyframes textGlow {
        0%, 100% {
            text-shadow: 2px 2px 4px rgba(0,0,0,0.7), 0 0 20px rgba(255,255,255,0.1);
        }
        50% {
            text-shadow: 2px 2px 4px rgba(0,0,0,0.7), 0 0 30px rgba(255,255,255,0.2);
        }
    }

    .description-text {
        max-width: 900px;
        margin: 0 auto;
        color: #f0f0f0;
        font-size: 1.1rem;
        line-height: 1.8;
        font-weight: 300;
        letter-spacing: 0.5px;
        padding: 0 20px;
        animation: fadeInUp 1s ease-out 0.3s both;
    }

    .description-text p {
        margin-bottom: 25px;
    }

    .description-text p:last-child {
        margin-bottom: 0;
    }

    /* Decorative elements */
    .decorative-line {
        width: 100px;
        height: 2px;
        background: linear-gradient(90deg, transparent, #fff, transparent);
        margin: 30px auto;
        opacity: 0.7;
        animation: lineGlow 2s ease-in-out infinite;
    }

    @keyframes lineGlow {
        0%, 100% {
            opacity: 0.7;
            transform: scaleX(1);
        }
        50% {
            opacity: 1;
            transform: scaleX(1.2);
        }
    }

    /* Animations */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Responsive design */
    @media (max-width: 768px) {
        .main-heading {
            font-size: 2.5rem;
            letter-spacing: 2px;
            margin-bottom: 30px;
        }
        
        .description-text {
            font-size: 1rem;
            line-height: 1.6;
            padding: 0 15px;
        }
        
        .content-overlay {
            padding: 30px 15px;
        }
    }

    @media (max-width: 480px) {
        .main-heading {
            font-size: 2rem;
            letter-spacing: 1px;
        }
        
        .description-text {
            font-size: 0.95rem;
        }
    }

    /* Elegant hover effects */
    .awards-topknot:hover .background-image {
        filter: blur(0.5px);
        transition: filter 0.3s ease;
    }

    /* Additional styling for luxury feel */
    .luxury-accent {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 60px;
        height: 60px;
        border: 2px solid rgba(255,255,255,0.3);
        border-radius: 50%;
        opacity: 0.5;
        animation: rotate 10s linear infinite;
    }

    .luxury-accent::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        background: rgba(255,255,255,0.2);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        animation: pulse 2s ease-in-out infinite;
    }

    @keyframes rotate {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }

    @keyframes pulse {
        0%, 100% {
            transform: translate(-50%, -50%) scale(1);
            opacity: 0.5;
        }
        50% {
            transform: translate(-50%, -50%) scale(1.2);
            opacity: 1;
        }
    }

    /* Floating particles animation */
    .floating-particles {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 1;
    }

    .particle {
        position: absolute;
        width: 4px;
        height: 4px;
        background: rgba(255,255,255,0.3);
        border-radius: 50%;
        animation: float 8s linear infinite;
    }

    .particle:nth-child(1) {
        left: 10%;
        animation-delay: 0s;
        animation-duration: 8s;
    }

    .particle:nth-child(2) {
        left: 20%;
        animation-delay: 1s;
        animation-duration: 10s;
    }

    .particle:nth-child(3) {
        left: 30%;
        animation-delay: 2s;
        animation-duration: 12s;
    }

    .particle:nth-child(4) {
        left: 40%;
        animation-delay: 3s;
        animation-duration: 9s;
    }

    .particle:nth-child(5) {
        left: 50%;
        animation-delay: 4s;
        animation-duration: 11s;
    }

    .particle:nth-child(6) {
        left: 60%;
        animation-delay: 5s;
        animation-duration: 13s;
    }

    .particle:nth-child(7) {
        left: 70%;
        animation-delay: 6s;
        animation-duration: 7s;
    }

    .particle:nth-child(8) {
        left: 80%;
        animation-delay: 7s;
        animation-duration: 14s;
    }

    .particle:nth-child(9) {
        left: 90%;
        animation-delay: 8s;
        animation-duration: 6s;
    }

    @keyframes float {
        0% {
            transform: translateY(100vh) rotate(0deg);
            opacity: 0;
        }
        10% {
            opacity: 1;
        }
        90% {
            opacity: 1;
        }
        100% {
            transform: translateY(-100px) rotate(360deg);
            opacity: 0;
        }
    }