.elementor-18286 .elementor-element.elementor-element-6eb9b6b{margin-top:50px;margin-bottom:50px;}/* Start custom CSS */.logo-desktop {
    max-width: 100px
}
.woocommerce-checkout form .col2-set {
    width: 100% !important;
}



/* qr code */

        .payment-container {
            max-width: 600px;
            margin: 20px auto;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 16px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .payment-content {
            background: white;
            border-radius: 12px;
            padding: 25px;
        }

        .qr-section {
            text-align: center;
            margin-bottom: 25px;
            padding: 20px;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            border-radius: 12px;
        }

        .qr-section img {
            max-width: 250px;
            height: auto;
            border: 4px solid white;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        }

        .info-box {
            background: #f8f9fa;
            border-left: 4px solid #667eea;
            padding: 15px 20px;
            margin: 15px 0;
            border-radius: 8px;
        }

        .info-box strong {
            color: #667eea;
            font-size: 16px;
            display: block;
            margin-bottom: 8px;
        }

        .banking-name {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 12px 20px;
            border-radius: 8px;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            margin: 15px 0;
            letter-spacing: 1px;
        }

        .whatsapp-box {
            background: #25D366;
            color: white;
            padding: 15px 20px;
            border-radius: 10px;
            margin: 20px 0;
            text-align: center;
        }

        .whatsapp-box strong {
            display: block;
            font-size: 18px;
            margin-bottom: 8px;
        }

        .whatsapp-number {
            font-size: 24px;
            font-weight: bold;
            letter-spacing: 2px;
        }

        .telugu-text {
            color: #6c757d;
            font-size: 14px;
            font-style: italic;
            margin-top: 8px;
            padding: 10px;
            background: #f1f3f5;
            border-radius: 6px;
        }

        .warning-box {
            background: #fff3cd;
            border: 2px solid #ffc107;
            color: #856404;
            padding: 15px;
            border-radius: 8px;
            margin-top: 20px;
            font-weight: 600;
            text-align: center;
        }

        .approval-info {
            background: #d4edda;
            border-left: 4px solid #28a745;
            padding: 15px 20px;
            border-radius: 8px;
            margin: 15px 0;
        }

        .approval-info strong {
            color: #28a745;
        }

        .instruction-list {
            list-style: none;
            padding: 0;
            margin: 20px 0;
        }

        .instruction-list li {
            padding: 12px 15px;
            margin: 10px 0;
            background: #e7f3ff;
            border-radius: 8px;
            border-left: 4px solid #2196F3;
            position: relative;
            padding-left: 45px;
        }

        .instruction-list li:before {
            content: "✓";
            position: absolute;
            left: 15px;
            color: #2196F3;
            font-size: 20px;
            font-weight: bold;
        }/* End custom CSS */