
  ._3d-logo-text-studio {
    background-image: url("../images/studio/Capture.jpg");
    background-size: cover; /* Fills the entire background */
    background-repeat: no-repeat;
    background-position: center;
    color: var(--main-color);
    letter-spacing: .05em;
    text-transform: uppercase;
    transform-style: preserve-3d;
    padding: 34px 30px;
    font-size: 6.5vw;
    font-weight: 700;
    line-height: .9;
    display: flex;
    position: relative;
    transform: translate3d(0, 0, 1px);
    width: 340px; /* Set the width */
    height: 260px; /* Set the height */
    min-width: unset; /* Override min-width if necessary */
  }
  
  
 
  
  ._3d-logo-text-studio.left-part {
   
    transform-origin: 100%;
    transform-style: preserve-3d;
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: 100%;
  height: 100%;
    transform: rotateX(0)rotateY(-90deg)rotateZ(0);
  }
  
  
  
  ._3d-logo-text-studio.behing-part {
  
    transform-origin: 0%;
    transform-style: preserve-3d;
    position: absolute;
    inset: 0%;
   height: 100%;
    transform: rotateX(0)rotateY(90deg)rotateZ(0);
  }
  
  
  
  ._3d-logo-text-studio.right-part {
    transform-origin: 100%;
    transform-style: preserve-3d;
    position: absolute;
    inset: 0%;
    transform: rotateX(0)rotateY(-90deg)rotateZ(0);
  }


._3d-logo-text-promotion {
    background-image: url("../images/promotionmain.jpg");
    background-size: cover; /* Fills the entire background */
    background-repeat: no-repeat;
    background-position: center;
    color: var(--main-color);
    letter-spacing: .05em;
    text-transform: uppercase;
    transform-style: preserve-3d;
    padding: 34px 30px;
    font-size: 6.5vw;
    font-weight: 700;
    line-height: .9;
    display: flex;
    position: relative;
    transform: translate3d(0, 0, 1px);
    width: 280px; /* Set the width */
    height: 320px; /* Set the height */
    min-width: unset; /* Override min-width if necessary */
  }
  
  
 
  
  ._3d-logo-text-promotion.left-part {
   
    transform-origin: 100%;
    transform-style: preserve-3d;
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: 100%;
  height: 100%;
    transform: rotateX(0)rotateY(-90deg)rotateZ(0);
  }
  
  
  
  ._3d-logo-text-promotion.behing-part {
  
    transform-origin: 0%;
    transform-style: preserve-3d;
    position: absolute;
    inset: 0%;
   height: 100%;
    transform: rotateX(0)rotateY(90deg)rotateZ(0);
  }
  
  
  
  ._3d-logo-text-promotion.right-part {
    transform-origin: 100%;
    transform-style: preserve-3d;
    position: absolute;
    inset: 0%;
    transform: rotateX(0)rotateY(-90deg)rotateZ(0);
  }



  ._3d-logo-text-design {
    background-image: url("../images/design.jpg");
    background-size: cover; /* Fills the entire background */
    background-repeat: no-repeat;
    background-position: center;
    color: var(--main-color);
    letter-spacing: .05em;
    text-transform: uppercase;
    transform-style: preserve-3d;
    padding: 34px 30px;
    font-size: 6.5vw;
    font-weight: 700;
    line-height: .9;
    display: flex;
    position: relative;
    transform: translate3d(0, 0, 1px);
    width: 320px; /* Set the width */
    height: 260px; /* Set the height */
    min-width: unset; /* Override min-width if necessary */
  }
  
  
 
  
  ._3d-logo-text-design.left-part {
   
    transform-origin: 100%;
    transform-style: preserve-3d;
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: 100%;
  height: 100%;
    transform: rotateX(0)rotateY(-90deg)rotateZ(0);
  }
  
  
  
  ._3d-logo-text-design.behing-part {
  
    transform-origin: 0%;
    transform-style: preserve-3d;
    position: absolute;
    inset: 0%;
   height: 100%;
    transform: rotateX(0)rotateY(90deg)rotateZ(0);
  }
  
  
  
  ._3d-logo-text-design.right-part {
    transform-origin: 100%;
    transform-style: preserve-3d;
    position: absolute;
    inset: 0%;
    transform: rotateX(0)rotateY(-90deg)rotateZ(0);
  }


._3d-logo-text-trending {
    background-image: url("../images/trending2.jpeg");
    background-size: cover; /* Fills the entire background */
    background-repeat: no-repeat;
    background-position: center;
    color: var(--main-color);
    letter-spacing: .05em;
    text-transform: uppercase;
    transform-style: preserve-3d;
    padding: 34px 30px;
    font-size: 6.5vw;
    font-weight: 700;
    line-height: .9;
    display: flex;
    position: relative;
    transform: translate3d(0, 0, 1px);
    width: 320px; /* Set the width */
    height: 260px; /* Set the height */
    min-width: unset; /* Override min-width if necessary */
  }
  
  
 
  
  ._3d-logo-text-trending.left-part {
   
    transform-origin: 100%;
    transform-style: preserve-3d;
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: 100%;
  height: 100%;
    transform: rotateX(0)rotateY(-90deg)rotateZ(0);
  }
  
  
  
  ._3d-logo-text-trending.behing-part {
  
    transform-origin: 0%;
    transform-style: preserve-3d;
    position: absolute;
    inset: 0%;
   height: 100%;
    transform: rotateX(0)rotateY(90deg)rotateZ(0);
  }
  
  
  
  ._3d-logo-text-trending.right-part {
    transform-origin: 100%;
    transform-style: preserve-3d;
    position: absolute;
    inset: 0%;
    transform: rotateX(0)rotateY(-90deg)rotateZ(0);
  }


 .gallery-section {
    position: relative;
    z-index: 20; /* Ensures it appears above */
    
    background-color: black !important; /* Ensures it overrides other styles */
    color: white; /* Optional: Adjust text color for contrast */


}

    /* Section container */
    .gallery-section {
        padding: 40px 20px;
        background-color: #f8f8f8;
    }

    /* Main container */
    .gallery-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    /* Responsive grid layout */
    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Adjusts to screen size */
        gap: 20px;
        justify-content: center;
    }

    /* Each image item */
    .gallery-item {
        background: #fff;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
        transition: transform 0.3s ease-in-out;
    }

    /* Image wrapper */
    .gallery-image-wrapper {
        overflow: hidden;
        border-radius: 8px;
    }

    /* Image styling */
    .gallery-image {
        width: 100%;
        height: auto;
        max-width: 400px;
        border-radius: 8px;
        transition: transform 0.3s ease-in-out;
    }

    /* Hover effect */
    .gallery-item:hover {
        transform: scale(1.05);
    }
    /* Ensure footer stays at the bottom */
.footer {
    position: relative; /* Change from absolute/fixed if needed */
    width: 100%;
    background-color: #222; /* Adjust color */
    padding: 40px 20px; /* Adjust spacing */
    text-align: center;
    z-index: 10;
}

/* Add spacing before the footer */
.page-content {
    padding-bottom: 100px; /* Adjust as needed */
}

/* Prevent overlap with footer */
.gallery-section {
    margin-bottom: 100px; /* Adjust spacing if gallery is too close */
}

