.elementor-kit-399{--e-global-color-primary:#5F0000;--e-global-color-secondary:#C2884F;--e-global-color-text:#000000BA;--e-global-color-accent:#532894;--e-global-color-8be1f27:#FCF6EF;--e-global-typography-primary-font-family:"Noto Serif Oriya";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Noto Serif Oriya";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Serif Oriya";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans Oriya";--e-global-typography-accent-font-weight:500;}.elementor-kit-399 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.coffee-btn-container {
            padding: 20px 0;
            display: flex;
            justify-content: center;
        }

        .coffee-btn-hall {
             width: 400px;  /* Change this number to whatever width you want */
            height:300px;
            padding: 30px 40px;
            border-radius: 15px;
            background: linear-gradient(135deg, #532894, #a20421);
            border: 3px solid #dc143c;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 25px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            box-shadow: 
                0 0 10px #dc143c,
                0 0 20px #dc143c,
                0 0 30px #dc143c,
                inset 0 0 10px rgba(220, 20, 60, 0.2);
        }

        .coffee-logo-hall {
            width: 200px;
            height: 80px;
            filter: drop-shadow(0 0 10px #ff1493)
                    drop-shadow(0 0 20px #ff1493)
                    drop-shadow(0 0 30px #ff1493);
        }

        .coffee-text-container-hall {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .coffee-btn-hall .main-text-hall {text-align: right;
            font-size: 32px;
            font-weight: bold;
            color: #ff1493;
            margin: 0;
            letter-spacing: 1px;
            text-shadow: 
                0 0 40px #ff1493;
        }

        .coffee-btn-hall .sub-text-hall {
            font-size: 14px;
            font-weight: 600;
            color: #ff69b4;
            margin: 8px 0 0 0;
            letter-spacing: 3px;
            text-shadow: 
             0 0 30px #ff69b4;
                text-align: right;
        }

        .coffee-btn-hall:hover {
            animation: neon-pulse-btn 1.5s ease-in-out infinite;
            transform: scale(1.05);
        }

        @keyframes neon-pulse-btn {
            0%, 100% {
                box-shadow: 
                    0 0 10px #dc143c,
                    0 0 20px #dc143c,
                    0 0 30px #dc143c,
                    inset 0 0 10px rgba(220, 20, 60, 0.2);
                border-color: #dc143c;
            }
            50% {
                box-shadow: 
                    0 0 20px #dc143c,
                    0 0 40px #dc143c,
                    0 0 60px #dc143c,
                    0 0 80px #dc143c,
                    inset 0 0 20px rgba(220, 20, 60, 0.4);
                border-color: #ff4757;
            }
        }
         .coffee-btn-container {
            padding: 20px 0;
            display: flex;
            justify-content: center;
        }

        .coffee-btn {
             width: 400px;  /* Change this number to whatever width you want */
            height:300px;
            padding: 30px 40px;
            border-radius: 15px;
            background: linear-gradient(135deg, #532894, #a20421);
            border: 3px solid #dc143c;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 25px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            box-shadow: 
                0 0 10px #dc143c,
                0 0 20px #dc143c,
                0 0 30px #dc143c,
                inset 0 0 10px rgba(220, 20, 60, 0.2);
        }

        .coffee-logo {
            width: 80px;
            height: 80px;
            filter: drop-shadow(0 0 10px #ff1493)
                    drop-shadow(0 0 20px #ff1493)
                    drop-shadow(0 0 30px #ff1493);
        }

        .coffee-text-container {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

        .coffee-btn .main-text {
            text-align: right;
            font-size: 32px;
            font-weight: bold;
            color: #ff1493;
            margin: 0;
            letter-spacing: 1px;
            line-height: 1em;
            text-shadow: 
               
                0 0 40px #ff1493;
        }

        .coffee-btn .sub-text {text-align: right;
            font-size: 14px;
            font-weight: 600;
            color: #ff69b4;
            margin: 8px 0 0 0;
            letter-spacing: 3px;
            text-shadow: 
             
                0 0 30px #ff69b4;
        }

        .coffee-btn:hover {
            animation: neon-pulse-btn 1.5s ease-in-out infinite;
            transform: scale(1.05);
        }

        @keyframes neon-pulse-btn {
            0%, 100% {
                box-shadow: 
                    0 0 10px #dc143c,
                    0 0 20px #dc143c,
                    0 0 30px #dc143c,
                    inset 0 0 10px rgba(220, 20, 60, 0.2);
                border-color: #dc143c;
            }
            50% {
                box-shadow: 
                    0 0 20px #dc143c,
                    0 0 40px #dc143c,
                    0 0 60px #dc143c,
                    0 0 80px #dc143c,
                    inset 0 0 20px rgba(220, 20, 60, 0.4);
                border-color: #ff4757;
            }
        }
        /* Responsive design for tablets and smaller screens */
@media screen and (max-width: 768px) {
    .coffee-btn {
        padding: 20px 30px;
        gap: 15px;
        max-width: 100%;
        height:200px;
    }
    
    .coffee-logo {
        width: 50px;
        
    }
    
    .coffee-btn .main-text {
        font-size: 24px;
    }
    
    .coffee-btn .sub-text {
        font-size: 12px;
        letter-spacing: 2px;
    }
}/* End custom CSS */