body {
    font-family: 'Arial', sans-serif;
    background-color: #ffffff;
    /* White background */
    color: #000000;
    /* Black text */
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

header {
    background-color: #ffffff;
    /* Red header background */
    color: #ffffff;
    /* White text in header */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
    box-shadow: 0px 2px 5px rgba(225, 22, 22, 0.1);
    /* Box shadow effect */
}

.logo img {
    max-height: 100px;
    /* Adjust the maximum height as needed */


}

.header-content {
    text-align: center;
}

/* Add more styles for other sections as needed */

footer {
    text-align: center;
    padding: 1em;
    background-color: #ff0000;
    /* Red footer background */
    color: #ffffff;
    /* White text in footer */
}


/* Nav */

/* Add this style for navigation */
nav {
    display: flex;
    top: 20px;
    /* Adjust the top position as needed */
    left: 2000px;
    /* Adjust the right position as needed */


}


nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav li {
    margin-right: 20px;
    text-align: right;
}

nav a {
    text-decoration: none;
    color: #ffffff;
    /* White text for navigation links */
    text-align: right;
}

/* Profile Picture box */

.profile-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: transform 0.09s ease-in-out;
}

.profile-container:hover {
    transform: scale(1.1);
}

.profile-box {
    width: 230px;
    /* Adjust the width as needed */
    height: 230px;
    /* Adjust the height as needed */
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: 36%;
    left: 10%;
    transform: translateY(-10%);
    box-shadow: 0px 0px 20px #ff4242;
    /* Red shadow effect */
}

.profile-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}


.artist-description {
    background-color: #ff0000;
    /* White background for the description box */
    box-shadow: 0px 0px 20px #b30202;
    /* Red shadow effect */
    padding: 80px;
    max-width: 600px;
    /* Adjust the maximum width as needed */
    text-align: left;
    /* Align the text to the left */
    border-radius: 0%;
    left: 60%;
    color: #ffffff;
}

.artist-description-1 {

    max-width: 600px;
    /* Adjust the maximum width as needed */
    text-align: left;
    /* Align the text to the left */
    border-radius: 0%;
    left: 60%;
    color: #000000;
}

.artist-description {
    margin: 0;
}

/* Carousel */

#carouselSection {
    margin-top: 30px;
    width: 85%;
    /* Adjust the width of the slider */
    overflow: hidden;
    border-radius: 15px;
    /* Rounded corners for the slider */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    /* Shadow effect for the slider */
}


.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel img {
    width: 100%;
    /* Make sure images fill the container */
    border-radius: 15px;
    /* Rounded corners for each image */
}

/* Navigation buttons (optional) */
.button-container {
    text-align: center;
    margin-top: 10px;
}

.prev,
.next {
    background-color: #666;
    color: #fff;
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

.prev:hover,
.next:hover {
    background-color: #333;
}

/* Grid */

.column {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}


/* ------------------------ Portfolio first part ------------------------------- */

* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #ff0303;
    position: relative;
}

/* hero picture */

.top-section {
    position: relative;
    background-image: url('assets/Back.png');
    /* Replace with your actual image path */
    background-size: cover;
    background-position: center;
    color: #fff;
    /* Text color for the top section content */
    text-align: center;
    padding: 100px;
    /* Adjust the padding as needed */
    box-sizing: border-box;
    opacity: 0.8;
    /* Adjust the opacity level as needed */
}

.top-section h1 {
    margin: 0;
}



.logo {
    width: 300px;
    /* Set the desired width */
    height: auto;
    /* Automatically adjust the height to maintain aspect ratio */
    cursor: pointer;
    right: 50%;
    align-content: center;
}

nav ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
}

nav ul li a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

nav ul li a:hover {
    color: rgb(255, 0, 0);
}

.detel {
    margin-left: 8%;
    margin-top: 15%;
}

.detel h1 {
    font-size: 50px;
    color: #ff9d9d;
    margin-bottom: 20px;
}

/* -----Text----- */

span {
    color: rgb(255, 152, 152);
    font-family: 'Alegreya Sans', sans-serif;

}

h1 {
    font-family: 'Alegreya Sans', sans-serif;

}

h2 {
    font-family: 'Alegreya Sans', sans-serif;
}

p {
    font-family: 'Cardo', serif;
}

h4 {
    font-size: 1px;
}

.typewriter h1 {
    overflow: hidden;
    /* Hide overflowing content */
    border-right: 1px solid #000;
    /* Vertical cursor line */
    white-space: nowrap;
    /* Prevent text wrapping */
    margin: 0;
    letter-spacing: 4px;
    /* Adjust letter spacing as needed */
    animation: typing 3s steps(40, end), blink-caret 0.5s step-end infinite;
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blink-caret {

    from,
    to {
        border-color: transparent;
    }

    50% {
        border-color: #000;
    }
}

.detel p {
    color: rgb(255, 253, 253);
    line-height: 22px;
}

.detel a {
    background: rgb(241, 19, 19);
    padding: 10px 18px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin: 30px 0;
    border-radius: 0px;
}

.images {
    width: 45%;
    height: 80%;
    position: absolute;
    bottom: 0;
    right: 100px;
}

.images img {
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: bottom 1s, left 1s;
}

.images:hover .shape {
    bottom: 40px;
}

.images:hover .girl {
    left: 45%;
}

/* iPhone SE Hero Section */
@media screen and (max-width: 375px) {
    .top-section {
        padding: 5px;
        /* Adjust padding for smaller screens */
    }

    .images {
        width: 60%;
        height: 70%;
        /* Adjust the size as needed */
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
    }

    .images img {
        height: 100%;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        transition: bottom 1s, left 1s;
    }

    .images:hover .girl {
        left: 45%;
    }
}




.social {
    margin-left: 8%;
    margin-top: 100px;
}

.social a {
    font-size: 30px;
    color: #ff0000;
    margin-right: 20px;
}

.social a:hover {
    color: orange;
}

/* biography */

#home {
    text-align: center;
    padding: 50px;
}

.biography-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
    background-color: #ff0000;
    /* Light gray background color */
    border: 1px solid #ddd;
    /* Border color */
    border-radius: 8px;
    /* Rounded corners */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    /* Box shadow effect */
}

.biography-box h2 {
    color: #fff9f9;
    /* Dark text color for the title */
}

.biography-box p {
    margin: 10px 0;
    line-height: 1.6;
    color: #ffffff;
    /* Text color */
}


/* Button bio */

.button-container {
    text-align: center;
}

.rounded-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 20px;
    color: #000000;
    /* White text color */
    background-color: #ffffff;
    /* White button background color */
    border: 2px solid #ff0505;
    /* Border color */
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.rounded-button:hover {
    background-color: #ff0000;
    /* Button background color on hover */
    color: #ffffff;
    /* Text color on hover */
    transform: translateY(-5px);
    /* Add a subtle upward translation on hover */
    border: 2px solid #ffffff;
    /* Border color */
    text-decoration: none;
}

/* Love without Culture */

#lvc {
    text-align: left;
    padding: 50px;
}

.concept-box {
    max-width: 8000px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffdcdc;
    /* Light gray background color */
    border: 1px solid #ddd;
    /* Border color */
    border-radius: 8px;
    /* Rounded corners */
    box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.1);
    /* Box shadow effect */
}

.concept-box h2 {
    color: #ff0000;
    /* Dark text color for the title */
}

.concept-box p {
    margin: 10px 0;
    line-height: 1.6;
    color: #ff0000;
    /* Text color */
}

/* breaker */

.main-content {
    display: flex;
    max-width: 1100px;
    margin: 20px auto;
}

.left-section,
.right-section {
    flex: 1;
    padding: 20px;
    background-color: #fff;
    /* White background for the sections */
    border-radius: 8px;
    /* Rounded corners for the sections */
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    /* Shadow effect for the sections */
}

.left-section h2,
.right-section h2 {
    color: #333;
    /* Dark text color for section titles */
}

button {
    display: block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #333;
    /* Dark background for the button */
    color: #fff;
    /* White text color */
    border: none;
    border-radius: 5px;
    /* Rounded corners for the button */
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

button:hover {
    background-color: #555;
    /* Darker background color on hover */
}

/* ------------- Available button -------------- */

.main-content2 {
    display: flex;
    max-width: 1100px;
    margin: 20px auto;
}

.left-section2,
.right-section2 {
    flex: 1;
    padding: 20px;
    background-color: #fff;
    /* White background for the sections */
    border-radius: 8px;
    /* Rounded corners for the sections */
    box-shadow: #fff;
    /* Shadow effect for the sections */
}

.left-section2 h2,
.right-section2 h2 {
    color: #333;
    /* Dark text color for section titles */
}

button {
    display: block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #333;
    /* Dark background for the button */
    color: #fff;
    /* White text color */
    border: none;
    border-radius: 5px;
    /* Rounded corners for the button */
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

button:hover {
    background-color: #555;
    /* Darker background color on hover */
}


/* --------- Contact Section ------------- */

.main-content1 {
    display: flex;
    max-width: 800px;
    margin: 20px auto;
}

.contact-section {
    flex: 1;
    padding: 20px;
    background-color: #fff;
    /* White background for the contact section */
    border-radius: 8px;
    /* Rounded corners for the contact section */
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    /* Shadow effect for the contact section */
    text-align: center;
}

h2 {
    color: #333;
    /* Dark text color for section title */
}

button.contact-button {
    padding: 10px 20px;
    background-color: #333;
    /* Dark background for the button */
    color: #fff;
    /* White text color */
    border: none;
    border-radius: 5px;
    /* Rounded corners for the button */
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

button.contact-button:hover {
    background-color: #555;
    /* Darker background color on hover */
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 8px;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

/* contact icons */

.gmail-icon {
    font-size: 48px;
    /* Adjust the size as needed */
    color: #D14836;
    /* Gmail red color */
}

.icon-text {
    margin-left: 10px;
    font-size: 24px;
    /* Adjust the size as needed */
    color: #333;
    /* Dark text color */
}

.icon-text a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-method-link {
    transition: transform 0.3s;
}

.contact-method-link:hover .icon-text {
    color: #ff0000;
    text-decoration: underline;
}

.contact-method-link:hover .gmail-icon {
    transform: scale(1.1);
}

.gmail-icon {
    transition: transform 0.3s;
}



/* ---- footer -----*/

footer {
    background-color: #ec0000;
    /* Dark background for the footer */
    color: #fff;
    /* White text color */
    text-align: center;
    padding: 10px;
    border-top-left-radius: 10px;
    /* Rounded corners for the top left */
    border-top-right-radius: 10px;
    /* Rounded corners for the top right */
}

footer a {
    color: #e1c6ff;
    /* Purple color for the link */
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
    /* Underline on hover for the link */
}


/* gallery */

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0px;
}

.gallery-item {
    box-sizing: border-box;
    width: calc(25% - 20px);
    /* Set the width of each item (25% of the container width with margin) */
    margin: 0px;
    text-align: center;
}

.gallery-item img {
    max-width: 100%;
    height: auto;
    border: 0px solid #ddd;
    /* Add a border around the image */
    border-radius: 0px;
    /* Add rounded corners to the image */
}

.art-title {
    margin: 0px 0;
    font-weight: bold;
}

/* ------------ Hero NAME Marquee ------------- */





.marquee-container {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    /* Set the width of the marquee container to 100% */
    overflow: hidden;
}

.artist-name {
    white-space: nowrap;
    animation: marquee 40s linear infinite;
    /* Adjust the animation duration as needed for slower movement */
    z-index: 1;
    /* Bring the text to the front */
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.letter {
    position: absolute;
    font-size: 3em;
    /* Adjust the font size as needed */
    color: #FF69B4;
    /* Pink color for the letters */
    animation: floatAndFall 5s infinite linear;
    z-index: 2;
    /* Bring the letters to the front */
}

/* Animation keyframes for floating and falling */
@keyframes floatAndFall {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(50vh) rotate(180deg);
    }

    100% {
        transform: translateY(0) rotate(360deg);
    }
}

/* Position each letter separately */
.letter[data-letter="L"] {
    left: 20%;
}

.letter[data-letter="O"] {
    left: 40%;
}

.letter[data-letter="V"] {
    left: 60%;
}

.letter[data-letter="E"] {
    left: 80%;
}


/* ---------------------------------------- MOBILE RESPONSIVE ----------------------------------------------------*/

@media screen and (max-width: 600px) {
    .top-section {
        position: relative;
        background-image: url('assets/back_phone.jpeg');
        /* Replace with your actual image path */
        background-size: 600px;
        background-position: center;
        color: #fff;
        /* Text color for the top section content */
        text-align: center;
        padding: 100px;
        /* Adjust the padding as needed */
        box-sizing: border-box;
        opacity: 0.8;
        /* Adjust the opacity level as needed */
    }

    .nav {
        position: static;
        /* Change position to static for mobile */
        text-align: center;
        /* Center-align navigation links for mobile */
    }

    .images {
        width: 40%;
        height: 50%;
        position: center;
        bottom: 0;
        right: 28%;
    }

    .images img {
        height: 100%;
        position: center;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        transition: bottom 1s, left 1s;
    }

    nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
    }

    nav li {
        margin-right: 20px;
        text-align: right;
        font-size: 15px;
    }

    nav a {
        text-decoration: none;
        color: #ffffff;
        /* White text for navigation links */
        text-align: right;
    }



}

/* ------------- iPhone SE -------------*/

@media screen and (max-width: 375px) {
    .top-section {
        position: relative;
        background-image: url('assets/Back.png');
        /* Replace with your actual image path */
        background-size: 375px;
        background-position: center;
        color: #fff;
        /* Text color for the top section content */
        text-align: center;
        padding: 100px;
        /* Adjust the padding as needed */
        box-sizing: border-box;
        opacity: 0.8;
        /* Adjust the opacity level as needed */
    }

    .images {
        width: 5%;
        height: 50%;
        position: center;
        bottom: 0;
        right: 28%;
    }

    .images img {
        height: 1%;
        position: center;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        transition: bottom 1s, left 1s;
    }

    .images:hover .girl {
        left: 45%;
    }



}

/* folders Gallerry */

.gallery-folder {
    width: 500px;
    height: 200px;
    /* Set a fixed height */
    position: relative;
    overflow: hidden;
}

.gallery-folder img {
    width: 100%;
    height: 100%;
    /* Use 100% height to fill the container */
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
}

.gallery-folder:hover img {
    transform: scale(1.1);
}

.folder-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    opacity: 20;
    /* Initially hidden */
    transition: opacity 0.3s ease-in-out;
}

.gallery-folder:hover .folder-title {
    opacity: 1;
    /* Visible on hover */
}

/* zoom effect */

/* Zoom effect for gallery images */
.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

/* Apply zoom effect on hover */
.gallery-item:hover img {
    transform: scale(1.1);
}

/* Zoom container */
.zoom-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    z-index: 999;
}

/* Zoomed image */
.zoomed-image {
    max-width: 80%;
    max-height: 80%;
}

/* Close button */
.close-zoom {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

/* Responsive styles for smaller screens */
@media only screen and (max-width: 768px) {
    .zoomed-image {
        max-width: 90%;
        max-height: 90%;
    }
}

/* header mobile */



/* Mobile Responsive Header */
@media screen and (max-width: 600px) {
    header {
        flex-direction: column;
        align-items: center;
        /* Center items horizontally */
        text-align: center;
        /* Center text within the header */
    }

    .logo {
        margin-bottom: 1em;
        text-align: center;
    }

    nav {
        display: flex;
        flex-direction: column;
        position: static;
        text-align: center;
    }

    nav li {
        margin: 0;
        text-align: center;
    }

    .profile-box {
        position: static;
        transform: none;
        top: auto;
        left: auto;
        width: 100%;
    }

    .artist-description {
        left: auto;
        text-align: center;
    }

    .images {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* iphone SE mobile header */

/* Mobile Responsive Header */
@media screen and (max-width: 375px) {
    header {
        flex-direction: column;
        align-items: center;
        /* Center items horizontally */
        text-align: center;
        /* Center text within the header */
    }

    .logo {
        margin-bottom: 1em;
        text-align: center;
    }

    nav {
        display: flex;
        flex-direction: column;
        position: static;
        text-align: center;
    }

    nav li {
        margin: 0;
        text-align: center;
    }

    .profile-box {
        position: static;
        transform: none;
        top: auto;
        left: auto;
        width: 100%;
    }

    .artist-description {
        left: auto;
        text-align: center;
        padding: 20px;
        /* Adjust padding for smaller screens */
    }

    .images {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}



.social-media-section {
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    /* Red background color */
    color: #ffffff;
    /* White text color */
}

.social-icons {
    display: flex;
    justify-content: space-around;
    /* Space icons evenly */
    margin-top: 10px;
}

.social-icons a {
    text-decoration: none;
    color: #ff0000;
    /* Red color for icons */
    font-size: 32px;
    /* Adjust the size of the icons as needed */
}

/* Latest_Updates Multi Carousels */

:root {
    --card-gap: 30px;
    --primary-red: #ff0000;
    --dark-accent: #1a1a1a;
}

.Latest_Updates {
    background: #fdfdfd;
    padding: 80px 0;
    overflow: hidden;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: var(--dark-accent);
    font-family: 'Alegreya Sans', sans-serif;
    font-style: italic;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--primary-red);
    margin: 15px auto 0;
}

.slider-container {
    position: relative;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0 60px;
}

.slider-viewport {
    overflow: hidden;
    padding: 10px;
    /* Space for card shadows not to be cut off */
    margin: -10px;
}

.slider-wrapper {
    display: flex;
    gap: var(--card-gap);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
}

.card {
    min-width: calc(33.333% - (var(--card-gap) * 2 / 3));
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.card-img {
    height: 450px;
    /* Increased height to show more detail */
    background: #f8f8f8;
    /* Professional off-white background */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    /* Achieving the "contain" effect using max-width/height + Flexbox centering */
    transition: transform 0.5s ease;
}

.card:hover .card-img img {
    transform: scale(1.1);
}

.card-content {
    padding: 30px;
    text-align: center;
}

.card-content h3 {
    margin: 0 0 12px;
    font-size: 1.4rem;
    color: var(--dark-accent);
    font-family: 'Alegreya Sans', sans-serif;
}

.card-content p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    font-family: 'Cardo', serif;
}

/* Enhanced Arrows */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    color: var(--dark-accent);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    font-size: 1.2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.arrow:hover {
    background: var(--primary-red);
    color: white;
    box-shadow: 0 10px 30px rgba(255, 0, 0, 0.3);
}

.arrow i {
    transition: transform 0.3s ease;
}

.prev {
    left: -30px;
}

.next {
    right: -30px;
}

.prev:hover i {
    transform: translateX(-3px);
}

.next:hover i {
    transform: translateX(3px);
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .card {
        min-width: calc(50% - (var(--card-gap) / 2));
    }

    .arrow {
        width: 50px;
        height: 50px;
    }

    .prev {
        left: -15px;
    }

    .next {
        right: -15px;
    }
}

@media (max-width: 768px) {
    .card {
        min-width: 100%;
        border-radius: 15px;
        /* Slightly smaller radius for mobile */
    }

    .card-img {
        height: 350px;
        /* Slightly shorter on mobile for better screen fit */
        padding: 10px;
        /* Padding to ensure image doesn't touch edges */
    }

    .card-content {
        padding: 20px 15px;
    }

    .card-content h3 {
        font-size: 1.2rem;
    }

    .section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .arrow {
        display: none;
    }

    /* Swipe indicator or just ensuring smooth interaction */
    .slider-container {
        width: 100%;
        padding: 10px 0 40px;
    }

    .slider-viewport {
        padding: 15px;
    }
}

/* Contact Section Mobile Responsive */
@media (max-width: 768px) {
    .main-content1 {
        flex-direction: column;
        padding: 10px;
    }

    .contact-section {
        width: 100%;
        margin: 0;
    }

    .icon-text {
        font-size: 18px;
        margin-left: 0;
        display: block;
        text-align: center;
    }

    #googleMap {
        height: 300px !important;
        /* Shorter map on mobile */
        margin: 0 auto;
    }
}

/* Desktop Featured Card Layout (Latest Activity) */
@media (min-width: 1025px) {
    .featured-section .featured-card {
        display: flex;
        flex-direction: row;
        max-width: 1100px;
        width: 100%;
        min-width: unset !important;
        margin: 0 auto;
        min-height: 500px;
    }

    .featured-section .featured-card .card-img {
        flex: 1.3;
        height: auto;
        min-height: 500px;
        border-right: 1px solid rgba(0, 0, 0, 0.05);
    }

    .featured-section .featured-card .card-content {
        flex: 0.7;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
        padding: 50px;
    }

    .featured-section .featured-card .card-content h3 {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    .featured-section .featured-card .card-content p {
        font-size: 1.1rem;
        line-height: 1.8;
    }

    .featured-section .featured-card .card-content .desktop-only-text {
        display: block;
        margin-top: 15px;
        color: #555;
        font-style: italic;
    }
}

/* Mobile Featured Card Adjustment (Maintains original design) */
@media (max-width: 1024px) {
    .featured-section .slider-container {
        display: flex;
        justify-content: center;
    }

    .featured-section .featured-card {
        max-width: 450px;
        width: 100%;
        min-width: unset !important;
        margin: 0 auto;
    }

    .featured-section .featured-card .card-content .desktop-only-text {
        display: none;
    }
}

/* Art Plan 2026 Styles */
.Art_Plan_2026 {
    background: #fff;
    padding: 60px 0;
    overflow-x: hidden;
}

.plan-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
}

.plan-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.plan-header {
    background: #ff0000;
    color: white;
    padding: 25px 20px;
    text-align: center;
}

.plan-header h3 {
    margin: 0;
    font-size: 1rem;
    font-family: sans-serif;
    /* High readability */
    font-weight: 800;
    letter-spacing: 0.5px;
}

.plan-body {
    padding: 30px 25px;
}

.plan-body h4 {
    margin: 0 0 15px;
    color: #000;
    font-family: sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
}

.plan-body h4 span {
    color: #ff0000;
    display: block;
    margin-top: 5px;
    font-size: 1.2rem;
}

.plan-body .location,
.plan-body .dates {
    margin: 12px 0;
    font-size: 1.05rem;
    color: #333;
    font-family: sans-serif;
    font-weight: 500;
}

.plan-body i {
    color: #ff0000;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.plan-body .desc {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
    border-top: 1px solid #eee;
    padding-top: 20px;
    font-family: sans-serif;
}

@media (max-width: 1024px) {
    .plan-container {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 20px 0 40px;
        gap: 20px;
        scrollbar-width: none;
        /* Hide scrollbar Firefox */
        -ms-overflow-style: none;
        /* Hide scrollbar IE/Edge */
    }

    .plan-container::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar Chrome/Safari */
    }

    .plan-card {
        min-width: 85%;
        max-width: 85%;
        scroll-snap-align: center;
        margin-left: 20px;
    }

    .plan-card:last-child {
        margin-right: 20px;
    }

    .Art_Plan_2026 {
        padding: 40px 0;
    }
}