.lb-data .lb-caption
{
    display: none !important;
}
/* Common Page CSS */
.banner-section {
    background-color: #f8f9fa;
    position: relative;
    padding: 50px 0px;
    height: 800px;
    background-size: cover;
    background-position: center;
}
.home-slider
{
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.home-slider:before
{
    background-color: transparent;
}

.banner-content {
    text-align: center;
    /* margin-top: 100px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.banner-content img {
    border-radius: 15px;
    width: 400px;
    height: 400px;
}

.banner-section h1 {
    font-size: 100px;
    background-image: linear-gradient(-225deg, rgba(42, 111, 139, 0.8) 0%, #27374a 50%, #1b2a38 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: rgb(255 93 34 / 14%);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 25px;
}
.main-content
{
    margin-top: -100px;
}

.banner-section p {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 1px;
}

@media (max-width: 1399px) {
.banner-section h1
{
    font-size: 70px;
}
}

@media (max-width: 992px) {
.banner-content
{
    flex-direction: column;
    gap: 0px;
}

}


@media (max-width: 768px) {
.banner-content img {
    width: 150px;
    height: 150px;
}
.main-content
{
    margin-top: 0;
}
}
/* Hero Section Ends */

/* Section-02 Starts Here - Video */

.decorative-line {
    width: 60px;
    height: 2px;
    background: var(--primary-darkblue);
    margin-bottom: 30px;
}

@media (max-width: 768px) {
.hero-grid
{
    min-height: auto !important;
}
}
/* Section-02 Ends Here - Video */




/* Our Few Products CSS Starts Here */
.product-section {
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-color: #00000087;
}

.product-section .product-details img {
    border-radius: 50%;
    width: 100%;
    position: relative;
    border: 2px dashed #fff;
    padding: 10px;
}

/* @media (max-width: 1199px) {
.product-section .product-details img
{
    width: 80%;
}
} */

@media (min-width: 993px) and (max-width: 1199px) {
 .product-section .product-details img
{
    width: 60%;
}
}

@media (min-width: 769px) and (max-width: 992px) {
 .product-section .product-details img
{
    width: 50%;
}
}


@media (max-width: 768px) {
.product-section .product-details img
{
    width:60%;
}
.product-main
{
    margin-bottom: 25px;
}
}


/* Our Few Products CSS Ends Here */


/* Gallery Section Starts Here */
.gallery-section .card-image-wrapper img {
    width: 100%;
}

.gallery-section .gallery-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.gallery-section .gallery-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
}

.gallery-section .hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: var(--white);
}

.gallery-section .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.gallery-section .hero-subtitle {
    font-size: 1.25rem;
    color: var(--secondary-color);
    max-width: 600px;
    margin: 0 auto;
}

.gallery-section .gallery-section {
    padding: 80px 0;
    background-color: var(--light-bg);
}

.gallery-section .section-label {
    color: var(--accent-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.gallery-section .section-title {
    font-size: 2.5rem;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 20px;
}

.gallery-section .section-description {
    color: var(--text-muted);
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

.gallery-section .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.gallery-section .gallery-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.gallery-section .gallery-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.gallery-section .card-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 400px;
}

.gallery-section .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-section .gallery-card:hover .card-image {
    transform: scale(1.15);
}

.gallery-section .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(32, 40, 45, 0.85) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-section .gallery-card:hover .card-overlay {
    opacity: 1;
}

.gallery-section .view-icon {
    width: 60px;
    height: 60px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 1.5rem;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.gallery-section .gallery-card:hover .view-icon {
    transform: scale(1);
}

.gallery-section .card-content {
    padding: 30px;
}

.gallery-section .card-category {
    display: inline-block;
    background-color: var(--light-bg);
    color: var(--accent-color);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.gallery-section .card-title {
    font-size: 1.5rem;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 12px;
}

.gallery-section .card-description {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.gallery-section .card-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
}

.gallery-section .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.gallery-section .meta-item i {
    color: var(--accent-color);
}

.gallery-section .stats-section {
    background-color: var(--primary-color);
    padding: 60px 0;
    color: var(--white);
}

.gallery-section .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    text-align: center;
}

.gallery-section .stat-item {
    padding: 20px;
}

.gallery-section .stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px;
    display: block;
}

.gallery-section .stat-label {
    font-size: 1rem;
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gallery-section .sub-title-line {
    margin: auto;
}

@media (max-width: 1399px) {
.gallery-section .card-image-wrapper
{
    height: 360px;
}
}

@media (max-width: 992px) {
.gallery-section .card-image-wrapper
{
    height: 400px;
}
}

@media (max-width: 768px) {
    .gallery-section .hero-title {
        font-size: 2.5rem;
    }

    .gallery-section .gallery-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .gallery-section .section-title {
        font-size: 2rem;
    }

}
/* Gallery Section Ends Here */

/* Why Choose Us Section Starts Here */


/* Why Choose Us Section Ends Here */


 /* order now */
.order-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-image: url(../imgs/shakehaus/order-now-section.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #00000073;
    background-blend-mode: multiply;
}

.order-section .cta-group {
    justify-content: center;
}

.order-section .btn-secondary {
    color: var(--light-bg);
    border-color: var(--light-bg);
}

.order-section .btn-secondary:hover {
    background-color: var(--light-bg);
    color: black;
}

.order-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.order-section::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) scale(1);
    }

    50% {
        transform: translateY(-30px) scale(1.05);
    }
}

.order-section .content-wrapper {
    position: relative;
    z-index: 2;
}

.order-section .order-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: var(--white);
    padding: 10px 28px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.order-section .order-title {
    margin-bottom: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 65px;
    color: var(--light-bg);
}

.order-section .order-description {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 0px;
    margin-top: 12px;
}

.order-section .option-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 25px;
    padding: 40px 35px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
}

.order-section .option-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    transform: scale(0);
    transition: transform 0.6s ease;
}

.order-section .option-card:hover::before {
    transform: scale(1);
}

.order-section .option-card:hover {
    transform: translateY(-15px);
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.order-section .option-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, var(--success-color), var(--warning-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}

.order-section .option-card:hover .option-icon {
    transform: scale(1.15) rotate(10deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
}

.order-section .option-icon i {
    font-size: 2.5rem;
    color: var(--white);
}

.order-section .option-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 15px;
}

.order-section .option-text {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 0;
}

.order-section .cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.order-section .btn-order {
    padding: 18px 50px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.order-section .btn-primary-custom {
    background: var(--white);
    color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.order-section .btn-primary-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    background: var(--light-bg);
}

.order-section .btn-outline-custom {
    background: transparent;
    color: var(--white);
    border: 3px solid var(--white);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.order-section .btn-outline-custom:hover {
    background: var(--white);
    color: var(--primary-color);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.order-section .btn-order i {
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.order-section .btn-order:hover i {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .order-section .order-title {
        font-size: 3rem;
    }

    .order-section .order-section {
        padding: 80px 0;
    }

    .order-section .option-card {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .order-section .order-title {
        font-size: 2.2rem;
    }

    .order-section .order-description {
        font-size: 1.1rem;
    }

    .order-section .btn-order {
        padding: 15px 35px;
        font-size: 1rem;
    }

    .order-section .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }
 
}

/* order now */



/* Video Responsive CSS */
@media (max-width: 1200px) {
.video-side
{
    height: auto !important;
}
.video-container video
{
    width: 80%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    margin-top: 200px;
}
.video-overlay
{
    position: relative !important; 
}
.video-overlay h3
{
    text-align: center;
    font-size: 18px;
}
.video-overlay p
{
    text-align: center;
}
}


@media (max-width: 768px) {
.video-container video
{
    width: 100%;
    margin-top: 0;
}
}