@font-face {
    font-family: 'Rezvan';
    src: url("../ara.ttf") format('truetype');
    font-weight: 1000;
    font-style: normal;
        unicode-range: U+0600-06FF; /* Arabic range, excludes Latin digits */

}
@font-face {
    font-family: 'Ohno Blazeface';
    src: url("../file2.woff2") format('woff2');
    font-weight: 800;
    font-style: normal;
}
a,p,body {
        font-family: 'Rezvan', sans-serif !important;
}

body, html {
    margin: 0;
    padding: 0;
    background-color: #FFF1F8;
        width: 100%; /* Ensure the body takes up full width */
        overflow-x: hidden; /* Prevent horizontal scrolling */

}

header {
    background-color: #EACFED;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem;
    background-color: #EACFED;
    height: 77px; /* Increased height by 10% */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add shadow effect */
}

.navbar-brand {
    font-size: 2.3rem !important; /* Moderately increased font size */
    font-weight: bold;
    color: #fef1b8 !important;
    text-decoration: none !important;
    display: inline-block;
    transform: scaleX(0.9);
    transition: color 0.3s ease, text-shadow 0.3s ease;
    font-family: 'Ohno Blazeface', Arial, sans-serif !important;
}

.navbar-brand:hover {
    text-shadow: 0 0 10px #FC7F9F;
    color: #fef1b8 !important; /* Keeps the original color on hover */
    font-family: 'Ohno Blazeface', Arial, sans-serif;
}

.nav-link {
    font-size: 1.3rem;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    color: #FD7E9F !important;
}

.nav-link:hover {
    text-shadow: 0 0 10px #FC7F9F;
    color: #FD7E9F !important; /* Keeps the original color on hover */
}

.icon-link {
    position: relative;
    color: #FD7E9F !important;
}

.icon-link i {
    font-size: 1.5rem;
}

.icon-link b {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #EACFED;
    color: #fef1b8;
    border-radius: 50%;
    padding: 1px 6px;
    font-size: 1.3rem;
    display: inline-block; /* Ensure it's inline-block to show up properly */
}

/* Custom styles for the collapse button */
.navbar-toggler {
    border: none;
    margin-left: auto;
    height: 100%; /* Ensures the button is as tall as the navbar */
    align-items: center;
    display: flex;
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=UTF8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba(252,127,159, 1)" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
}

/* Custom styles for the dropdown menu */
.navbar-nav .nav-item .nav-link {
    background-color: #EACFED;
    color: #FD7E9F;
}

.navbar-nav .nav-item .nav-link:hover {
    background-color: #EACFED;
    text-shadow: 0 0 10px #FC7F9F;
}

.navbar-nav .show .dropdown-menu {
    background-color: #EACFED;
}

.dropdown-item {
    color: #FD7E9F;
}

.dropdown-item:hover {
    background-color: #EACFED;
    color: #FC7F9F;
}

/* Responsive Design */
@media (max-width: 768px) {
    .navbar {
        flex-direction: row; /* Ensure row direction */
        align-items: center; /* Align items to the center */
        padding: 0.5rem; /* Adjust padding for smaller screens */
        height: auto; /* Adjust height for smaller screens */
    }

    .navbar-brand {
        font-size: 1.5rem !important; /* Scale down the font size */
        margin-bottom: 0; /* Remove margin */
        margin-left: 0; /* Center the logo */
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .nav-item {
        width: 100%;
    }

    .nav-link {
        width: 100%;
        text-align: left;
    }

    .icon-link {
        margin-left: 0;
        margin-bottom: 0.5rem;
    }
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    color: #fff;
    padding: 6rem 2rem;
    background-color: #EACFED;
    position: relative;
    margin-top: 70px;
    font-family: 'Ohno Blazeface', Arial, sans-serif;
}

.hero-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 2rem;
}

.hero-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 4rem;
    width: 55%;
}

.hero-content {
    z-index: 2;
}

.hero h1 {
    font-size: 3.5rem;
    margin: 0;
    color: #fef1b8;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    font-family: 'Ohno Blazeface', Arial, sans-serif;
}

.hero p {
    font-size: 1.4rem;
    color: #FD7E9F;
}

.hero-button {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background-color: #fef1b8;
    color: #e6b8eb;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.4rem;
}

.hero-image {
    position: relative;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#comp-lqjp6dg7 {
    --height: 550px;
    --width: 600px;
    --mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg preserveAspectRatio='none' data-bbox='-0.024 -0.005 658.147 595.994' viewBox='-0.024 -0.005 658.147 595.994' xmlns='http://www.w3.org/2000/svg' data-type='color' style='transform: scale(-1, 1);'%3E%3Cg%3E%3Cpath d='M75.42 172.42c.94-.69-1.81-16.41-1.91-17.91-.94-15.16-.44-30.49 1.83-45.52 7.46-49.25 41.43-90.67 89.91-104.45 50.41-14.32 97.1 6.73 133.16 41.73.16.16 18.74-10.63 19.93-11.2 17.23-8.31 35.71-14.3 54.63-17.2 104.18-16 206.89 89.43 187.44 194.59 0 0 128 39.05 91 140.16 0 0-23 65.07-158 86.1 1.34-.2-14.1 62.16-15.83 66.23-23.1 54.51-83.38 98.85-144.47 89.88-49.91-7.33-85.49-48.23-109.15-89.87-1.91-3.36-3.75-6.76-5.56-10.18-.14-.27-20.23 2.83-21.53 2.91-19.29 1.2-38.8-.8-57.52-5.56-60.02-15.25-109.82-54.55-128.9-114.23-14.81-46.33-15.34-97.62 7.68-141.44 13.5-25.7 33.93-47.06 57.26-64.06Z' fill='%23dfd5f2' data-color='1'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
    width: 600px;
    height: 550px;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    padding: 50px; /* Add padding to make the image smaller */
}

.masked-image {
    mask-image: var(--mask-image);
    mask-position: var(--mask-position);
    mask-size: var(--mask-size);
    mask-repeat: var(--mask-repeat);
    width: var(--width);
    height: var(--height);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

.star-image {
    position: absolute;
    width: 70px;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3)); /* Add a natural shadow */
}


.star-image:nth-child(2) {
    top: 10px;
    right: 10px;
}

.star-image:nth-child(3) {
    bottom: 10px;
    left: 10px;
}


.current-faves {
    text-align: center;
    margin: 2rem 0;
}

.current-faves .faves-image {
    width: 150px;
    height: auto;
}



.drip-wrapper {
    position: relative;
    width: 100%;
    height: 100vh; /* Set height to full viewport height */
    background: url("../collage2.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden; /* Ensure no overflow */
}

.drip-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 276px; /* Set the height to match the drip image height */
    background: url("../drip.png") repeat-x;
    background-position: top;
    background-size: contain;
    z-index: 1;
    pointer-events: none; /* Ensure the overlay does not interfere with interactions */
}

.drip-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 276px; /* Set the height to match the flipped drip image height */
    background: url("../drip-flip.png") repeat-x;
    background-position: bottom;
    background-size: contain;
    z-index: 1;
    pointer-events: none; /* Ensure the overlay does not interfere with interactions */
}

@media (max-width: 1200px) {
    .drip-wrapper {
        height: 90vh; /* Adjust height for large screens */
        background-size: cover;
    }
}

@media (max-width: 992px) {
    .drip-wrapper {
        height: 80vh; /* Adjust height for medium screens */
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .drip-wrapper {
        height: 70vh; /* Adjust height for small screens */
        background-size: cover;
    }
}

@media (max-width: 576px) {
    .drip-wrapper {
        height: 60vh; /* Adjust height for extra small screens */
        background-size: cover;
    }
}




.drip-wrapper2 {
    position: relative;
    width: 100%;
    height: 100vh; /* Set height to full viewport height */
    background: url("../collage2.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden; /* Ensure no overflow */
}

.drip-wrapper2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 276px; /* Set the height to match the drip image height */
    background: url("../drip2.png") repeat-x;
    background-position: top;
    background-size: contain;
    z-index: 1;
    pointer-events: none; /* Ensure the overlay does not interfere with interactions */
}

.drip-wrapper2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 276px; /* Set the height to match the flipped drip image height */
    background: url("../drip-flip.png") repeat-x;
    background-position: bottom;
    background-size: contain;
    z-index: 1;
    pointer-events: none; /* Ensure the overlay does not interfere with interactions */
}

@media (max-width: 1200px) {
    .drip-wrapper2 {
        height: 90vh; /* Adjust height for large screens */
        background-size: cover;
    }
}

@media (max-width: 992px) {
    .drip-wrapper2 {
        height: 80vh; /* Adjust height for medium screens */
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .drip-wrapper2 {
        height: 70vh; /* Adjust height for small screens */
        background-size: cover;
    }
}

@media (max-width: 576px) {
    .drip-wrapper2 {
        height: 60vh; /* Adjust height for extra small screens */
        background-size: cover;
    }
}



.drip-wrapper3 {
    position: relative;
    width: 100%;
    height: 100vh; /* Set height to full viewport height */
    background: url("../collage2.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden; /* Ensure no overflow */
}

.drip-wrapper3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 276px; /* Set the height to match the drip image height */
    background: url("../drip2.png") repeat-x;
    background-position: top;
    background-size: contain;
    z-index: 1;
    pointer-events: none; /* Ensure the overlay does not interfere with interactions */
}

.drip-wrapper3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 276px; /* Set the height to match the flipped drip image height */
    background: url("../drip-flip.png") repeat-x;
    background-position: bottom;
    background-size: contain;
    z-index: 1;
    pointer-events: none; /* Ensure the overlay does not interfere with interactions */
}

@media (max-width: 1200px) {
    .drip-wrapper3 {
        height: 90vh; /* Adjust height for large screens */
        background-size: cover;
    }
}

@media (max-width: 992px) {
    .drip-wrapper3 {
        height: 80vh; /* Adjust height for medium screens */
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .drip-wrapper3 {
        height: 70vh; /* Adjust height for small screens */
        background-size: cover;
    }
}

@media (max-width: 576px) {
    .drip-wrapper3 {
        height: 60vh; /* Adjust height for extra small screens */
        background-size: cover;
    }
}



.custom-carousel-section {
    background-color: #FFF1F8;
    padding: 30px 0; /* Reduced padding for a denser look */
}

.content {
    margin: auto;
    padding: 20px;
    width: 100%;
}

.slider.center .slick-center .custom-carousel-item-title,
.slider.center .slick-center .custom-carousel-item-description {
    transform: scale(1.2);
    transition: transform 0.3s ease;
}

.custom-carousel-item {
    text-align: center;
    transition: transform 0.3s ease;
    padding: 10px;
    outline: none; /* Remove outline when focused */
}

.custom-carousel-item:hover .hover-effect {
    opacity: 1;
}

.custom-carousel-image-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-carousel-image-wrapper img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    position: relative;
    z-index: 1; /* Ensure the image is above the hover effect */
}

.hover-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 0; /* Ensure the hover effect is below the image */
}

.hover-effect svg {
    width: 350px;
    height: 350px;
}

.custom-carousel-item-title {
    font-size: 22px;
    color: #FC7F9F;
}

.custom-carousel-item-description {
    font-size: 18px;
    color: #f892ac;
    margin-top: 7px;
}

@media (max-width: 1024px) {
    .custom-carousel-item {
        width: 250px;
    }

    .slick-center .custom-carousel-item-title,
    .slick-center .custom-carousel-item-description {
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {
    .custom-carousel-item {
        width: 200px;
    }

    .slick-center .custom-carousel-item-title,
    .slick-center .custom-carousel-item-description {
        transform: scale(1);
    }
}

@media (max-width: 480px) {
    .custom-carousel-item {
        width: 150px;
    }
}

.custom-prev, .custom-next {
    background-color: #FC7F9F;
    border: none;
    color: white;
    font-size: 20px;
    padding: 15px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* Make the buttons round */
    width: 40px; /* Set the width for round shape */
    height: 40px; /* Set the height for round shape */
}

.custom-prev {
    left: 20px; /* Adjust based on your design, 10px away from the edge */
}

.custom-next {
    right: 20px; /* Adjust based on your design, 10px away from the edge */
}

.custom-prev:hover, .custom-next:hover {
    background-color: #FC5B7F;
}

@media (max-width: 768px) {
    .custom-prev, .custom-next {
        padding: 10px;
        font-size: 16px;
        width: 30px;
        height: 30px;
    }

    .custom-prev {
        left: 15px; /* Adjust based on your design */
    }

    .custom-next {
        right: 15px; /* Adjust based on your design */
    }
}

@media (max-width: 480px) {
    .custom-prev, .custom-next {
        padding: 5px;
        font-size: 14px;
        width: 25px;
        height: 25px;
    }

    .custom-prev {
        left: 12px; /* Adjust based on your design */
    }

    .custom-next {
        right: 12px; /* Adjust based on your design */
    }
}


.products {
    background-color: #FFF1F8;
    padding: 20px;
        text-align: center; /* Center content */
        padding-bottom: 100px;

}

.products .products-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.products .card {
    position: relative;
    height: 300px;
    width: 220px;
    margin: 15px;
    transition: ease all 2.3s;
    perspective: 1200px;
    background-color: #DDD0F5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.products .card:hover .cover {
    transform: rotateX(0deg) rotateY(-180deg);
}

.products .card:hover .cover:before {
    transform: translateZ(30px);
}

.products .card:hover .cover:after {
    background-color: #DDD0F5;
}

.products .card:hover .cover h1 {
    transform: translateZ(100px);
}

.products .card:hover .cover .price {
    transform: translateZ(60px);
}

.products .card:hover .cover a {
    transform: translateZ(-60px) rotatey(-180deg);
}

.products .cover {
    position: absolute;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.products .cover:before {
    content: '';
    position: absolute;
    border: 5px solid rgba(255, 255, 255, .5);
    box-shadow: 0 0 12px rgba(0, 0, 0, .3);
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    transition: ease all 2.3s;
    transform-style: preserve-3d;
    transform: translateZ(0px);
}

.products .cover:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    transition: ease all 1.3s;
    background: rgba(0, 0, 0, .4);
}

.products .cover h1 {
    font-weight: 600;
    position: absolute;
    bottom: 45px;
    left: 40px;
    color: #DDD0F5;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    z-index: 3;
    font-size: 1.5em;
    transform: translateZ(0px);
}

.products .cover .price {
    font-weight: 200;
    position: absolute;
    top: 45px;
    right: 40px;
    color: #DDD0F5;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    z-index: 4;
    font-size: 1.2em;
    transform: translateZ(0px);
    font-family: 'Ohno Blazeface', Arial, sans-serif !important;
}

.products .card-back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #DFD5F2;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    transform: translateZ(-1px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.products .card-back a {
    transform-style: preserve-3d;
    transition: ease transform 2.3s, ease background .5s;
    transform: translateZ(-1px) rotatey(-180deg);
    background: #EACFED;
    border: none;
    font-weight: 200;
    font-size: 1em;
    color: white;
    padding: 10px 20px;
    outline: none;
    text-decoration: none;
    border-radius: 5px;
}

.products .card-back a:hover {
    background-color: white;
    color: #0b0f08;
}

.carousel-container .slider-for .carousel-item img,
.carousel-container .slider-nav .carousel-item img {
    border-radius: 50%;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap; 

}

.pagination a {
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: #EACFED;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .hero {
        flex-direction: column;
        text-align: center;
    }

    .hero-content, .hero-image {
        max-width: 100%;
        width: 100%;
    }

    .hero h1 {
        font-size: 2rem;
    }

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

    .hero-button {
        padding: 0.5rem 1rem;
    }

    .navbar-menu {
        display: none;
    }

    .star-image {
        display: none;
    }

    .products .products-grid {
        flex-direction: column;
        align-items: center;
    }

    .products .card {
        width: 90%;
    }
}

.products .card.out-of-stock {
    pointer-events: none;
    opacity: 0.6;
    background-color: #f8d7da; /* Light red background for out-of-stock items */
}

.products .card .out-of-stock-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #dc3545;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.2em;
    z-index: 10;
}


.curveWrap {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: visible;
    margin-top: -50px; /* Adjust to bring the curve over the previous section */
    z-index: 1;
}

.curveWrap .curve {
    stroke-linecap: round;
    stroke-opacity: 0.7;
}

.curveWrap .curve path {
    transform-origin: center;
}

.curveWrap .curve path:nth-child(1) {
    stroke: #EACFED;
    stroke-width: 24;
    animation: curve 35s linear 1.4s infinite;
}

.curveWrap .curve path:nth-child(2) {
    stroke: #fef1b8;
    stroke-width: 21;
    animation: curve 35s linear 2.8s infinite;
}

.curveWrap .curve path:nth-child(3) {
    stroke: #DFD5F2;
    stroke-width: 48;
    animation: curve 35s linear 4.2s infinite;
}

.curveWrap .curve path:nth-child(4) {
    stroke: #EACFED;
    stroke-width: 41;
    animation: curve 35s linear 5.6s infinite;
}

.curveWrap .curve path:nth-child(5) {
    stroke: #fef1b8;
    stroke-width: 35;
    animation: curve 35s linear 7s infinite;
}

.curveWrap .curve path:nth-child(6) {
    stroke: #DFD5F2;
    stroke-width: 28;
    animation: curve 35s linear 8.4s infinite;
}

@keyframes curve {
    0% {
        transform: rotateX(0deg) skewY(0deg);
        stroke-opacity: 0.7;
    }
    50% {
        transform: rotateX(360deg) skewY(8deg);
        stroke-opacity: 1;
    }
    100% {
        transform: rotateX(0deg) skewY(0deg);
        stroke-opacity: 0.7;
    }
}


.footer {
    background-color: transparent;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    max-width: 800px; /* Adjust max-width to make it more centered */
    flex-wrap: wrap;
    text-align: center; /* Center the text */
}

.footer-left {
    flex: 1;
    margin-right: 20px;
}

.footer-left h2 {
    margin: 0 0 10px;
    color: #FEF1B8;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Add shadow */
}

.footer-left p {
    margin: 0;
    color: #FD7E9F; /* Match color with others */
}

.footer-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-links {
    margin-bottom: 20px;
}

.footer-links a {
    display: block;
    color: #FD7E9F;
    text-decoration: none;
    margin-bottom: 10px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-social {
    display: flex;
    justify-content: center;
    width: 100%;
}

.footer-social a {
    color: #FD7E9F;
    margin: 0 10px;
    font-size: 1.5em;
    text-decoration: none;
}

.footer-social a:hover {
    color: #999;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
    }
    .footer-left,
    .footer-right {
        margin: 10px 0;
    }
    .footer-links {
        align-items: center;
    }
    .footer-social {
        justify-content: center;
    }
}

.insta-posts-section {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #FFF1F8; /* Updated background color */
    padding: 20px 0;
    text-align: center;
}

.insta-posts-title {
    color: #FD7E9F;
    font-size: 24px;
    margin-bottom: 20px;
}

.insta-posts-container {
    display: flex;
    overflow: hidden;
    position: relative;
    border-radius: 12px; /* Match the card's rounded corners */
}

.insta-posts {
    display: flex;
    border-radius: 12px; /* Match the card's rounded corners */
    animation: scroll 30s linear infinite;
}

.insta-post {
    flex: 0 0 auto;
    margin-right: 20px;
    transition: transform 0.3s ease-in-out;
    width: 200px;
    height: 320px;
    background: #EACFED radial-gradient(#FFF1F8 0px, #FFF1F8 7px, transparent 7px); /* Updated shape color */
    background-position: -10px;
    background-size: 20px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 15px; /* Rounded corners */
}

.inner {
    position: absolute;
    top: 10px; /* Add some padding to the top */
    left: 10px; /* Add some padding to the left */
    right: 10px; /* Add some padding to the right */
    bottom: 10px; /* Add some padding to the bottom */
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

.instagram-media {
    width: 100%;
    height: 100%;
    border-radius: 12px; /* Match the card's rounded corners */
}

.insta-post:hover {
    transform: scale(1.1);
    border-radius: 12px; /* Match the card's rounded corners */
}

.stamp-border::before {
    position: absolute;
    content: "";
    inset: 20px;
    box-shadow: 0 0 0 10px #fff;
    background: no-repeat 50% 50% / cover;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
