.elementor-157 .elementor-element.elementor-element-2621f45{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:70px;--padding-bottom:70px;--padding-left:0px;--padding-right:0px;}.elementor-157 .elementor-element.elementor-element-2621f45:not(.elementor-motion-effects-element-type-background), .elementor-157 .elementor-element.elementor-element-2621f45 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#161618;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-157 .elementor-element.elementor-element-57391936{text-align:center;}.elementor-157 .elementor-element.elementor-element-57391936 .elementor-heading-title{color:#FFFFFF;}.elementor-157 .elementor-element.elementor-element-5950171e{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-157 .elementor-element.elementor-element-5950171e.elementor-element{--align-self:flex-start;}@media(max-width:1024px){.elementor-157 .elementor-element.elementor-element-2621f45{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-157 .elementor-element.elementor-element-5950171e{width:100%;max-width:100%;padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-157 .elementor-element.elementor-element-2621f45{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-157 .elementor-element.elementor-element-57391936{text-align:center;}.elementor-157 .elementor-element.elementor-element-5950171e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 30px 0px 30px;}}/* Start custom CSS for shortcode, class: .elementor-element-5950171e *//* Subscribe Us - Beautiful Responsive Styling */
        .subscribe-us-form {
            background: linear-gradient(135deg, #F9FBFF 0%, #E8F4FD 100%);
            border: 2px solid #E1E5E9;
            border-radius: 20px;
            padding: 40px 30px;
            margin: 30px auto;
            max-width: 600px;
            width: 100%;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation: fadeInUp 0.8s ease-out;
        }
        
        .subscribe-us-form::before {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: left 0.5s;
        }
        
        .subscribe-us-form:hover::before {
            left: 100%;
        }
        
        .subscribe-us-form:hover {
            transform: translateY(-5px);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
        }
        
        .subscribe-us-form h3 {
            color: #000000;
            font-size: 28px;
            font-weight: 700;
            margin: 0 0 15px 0;
            text-align: center;
            letter-spacing: -0.5px;
            line-height: 1.2;
        }
        
        .subscribe-us-form p {
            color: #666;
            font-size: 16px;
            margin: 0 0 30px 0;
            text-align: center;
            line-height: 1.5;
        }
        
        .subscribe-form-container {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            align-items: stretch;
            margin-bottom: 20px;
        }
        
        .subscribe-us-form input[type="email"] {
            flex: 1;
            min-width: 250px;
            padding: 18px 25px;
            border: 2px solid #E1E5E9;
            border-radius: 50px;
            font-size: 16px;
            color: #333;
            background: #FFFFFF;
            transition: all 0.3s ease;
            outline: none;
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
        }
        
        .subscribe-us-form input[type="email"]:focus {
            border-color: #000000;
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
            transform: scale(1.02);
        }
        
        .subscribe-us-form input[type="email"]::placeholder {
            color: #999;
            font-style: italic;
        }
        
        .subscribe-us-form button[type="submit"] {
            padding: 18px 35px;
            background: #000000;
            color: #FFFFFF;
            border: none;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            min-width: 140px;
            letter-spacing: 0.5px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }
        
        .subscribe-us-form button[type="submit"]:hover {
            background: #333333;
            transform: translateY(-2px);
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
        }
        
        .subscribe-us-form button[type="submit"]:active {
            transform: translateY(0);
        }
        
        .subscribe-us-form button[type="submit"]::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: width 0.6s, height 0.6s;
        }
        
        .subscribe-us-form button[type="submit"]:hover::after {
            width: 300px;
            height: 300px;
        }
        
        .subscribe-us-message {
            margin-top: 20px;
            padding: 15px 20px;
            border-radius: 15px;
            font-size: 15px;
            font-weight: 500;
            text-align: center;
            transition: all 0.3s ease;
            animation: slideIn 0.5s ease-out;
        }
        
        .subscribe-us-message:not(:empty) {
            border: 2px solid transparent;
        }
        
        .subscribe-us-message[style*="color:green"], 
        .subscribe-us-message[style*="color: green"] {
            background: linear-gradient(135deg, #E8F8F5, #D1F2EB);
            border-color: #27AE60;
            color: #27AE60 !important;
        }
        
        .subscribe-us-message[style*="color:red"], 
        .subscribe-us-message[style*="color: red"] {
            background: linear-gradient(135deg, #FADBD8, #F8D7DA);
            border-color: #E74C3C;
            color: #E74C3C !important;
        }
        
        /* Loading Animation */
        .subscribe-us-form.loading button[type="submit"] {
            background: #666666;
            cursor: not-allowed;
        }
        
        .subscribe-us-form.loading button[type="submit"]::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 20px;
            height: 20px;
            margin: -10px 0 0 -10px;
            border: 2px solid transparent;
            border-top: 2px solid #FFFFFF;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }
        
        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .subscribe-us-form {
                margin: 20px auto;
                padding: 30px 20px;
                border-radius: 15px;
            }
            
            .subscribe-us-form h3 {
                font-size: 24px;
            }
            
            .subscribe-form-container {
                flex-direction: column;
            }
            
            .subscribe-us-form input[type="email"] {
                min-width: auto;
                padding: 16px 20px;
                font-size: 15px;
            }
            
            .subscribe-us-form button[type="submit"] {
                padding: 16px 30px;
                font-size: 15px;
                width: 100%;
            }
        }
        
        @media (max-width: 480px) {
            .subscribe-us-form {
                margin: 15px;
                padding: 25px 15px;
            }
            
            .subscribe-us-form h3 {
                font-size: 22px;
            }
            
            .subscribe-us-form p {
                font-size: 15px;
            }
        }
        
        /* Full Width Variant */
        .subscribe-us-form.full-width {
            max-width: none;
            width: calc(100vw - 40px);
            margin-left: calc(50% - 50vw + 20px);
            margin-right: calc(50% - 50vw + 20px);
        }
        
        @media (max-width: 768px) {
            .subscribe-us-form.full-width {
                width: calc(100vw - 30px);
                margin-left: calc(50% - 50vw + 15px);
                margin-right: calc(50% - 50vw + 15px);
            }
        }/* End custom CSS */