.elementor-3840 .elementor-element.elementor-element-33a1ce7:not(.elementor-motion-effects-element-type-background), .elementor-3840 .elementor-element.elementor-element-33a1ce7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://refcold.in/wp-content/uploads/2023/05/Rectangle-13-1.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-3840 .elementor-element.elementor-element-33a1ce7 > .elementor-background-overlay{background-color:var( --e-global-color-primary );opacity:0.85;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3840 .elementor-element.elementor-element-33a1ce7 > .elementor-container{min-height:250px;}.elementor-3840 .elementor-element.elementor-element-33a1ce7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.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-3840 .elementor-element.elementor-element-92e596c{text-align:center;}.elementor-3840 .elementor-element.elementor-element-92e596c .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-weight:400;color:var( --e-global-color-00c98d2 );}.elementor-3840 .elementor-element.elementor-element-4c668dd{text-align:center;}.elementor-3840 .elementor-element.elementor-element-4c668dd .elementor-heading-title{color:#FFFFFF;}/* Start custom CSS for section, class: .elementor-element-8e75cbf *//* ============================================
           PRIVACY TERMS SECTION CSS
           Parent Class: .privacy-terms-section
           ============================================ */
.post-3840 .page-header {
    display: none;
}
        .privacy-terms-section {
            max-width: 1000px;
            margin: 0 auto;
            background: #ffffff;
            border-radius: 16px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            overflow: hidden;
        }

        .privacy-terms-section .section-header {
            background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
            padding: 40px;
            text-align: center;
            color: #ffffff;
        }

        .privacy-terms-section .section-header h2 {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 10px;
            letter-spacing: 0.5px;
        }

        .privacy-terms-section .section-header p {
            font-size: 16px;
            opacity: 0.95;
            line-height: 1.6;
        }

        .privacy-terms-section .content-wrapper {
            padding: 45px;
        }

        .privacy-terms-section .terms-block {
            margin-bottom: 35px;
            padding: 30px;
            background: #f8fbff;
            border-radius: 12px;
            border-left: 4px solid #2196F3;
            transition: all 0.3s ease;
        }

        .privacy-terms-section .terms-block:hover {
            box-shadow: 0 5px 20px rgba(33, 150, 243, 0.1);
            transform: translateX(5px);
        }

        .privacy-terms-section .terms-block:last-child {
            margin-bottom: 0;
        }

        .privacy-terms-section .terms-block h3 {
            font-size: 20px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .privacy-terms-section .terms-block h3::before {
            content: '';
            width: 6px;
            height: 6px;
            background: #2196F3;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .privacy-terms-section .terms-block p {
            font-size: 15px;
            line-height: 1.8;
            color: #424242;
            margin-bottom: 12px;
        }

        .privacy-terms-section .terms-block p:last-child {
            margin-bottom: 0;
        }

        .privacy-terms-section .terms-block ul {
            margin: 15px 0;
            padding-left: 20px;
        }

        .privacy-terms-section .terms-block ul li {
            font-size: 15px;
            line-height: 1.8;
            color: #424242;
            margin-bottom: 8px;
            position: relative;
            padding-left: 10px;
        }

        .privacy-terms-section .terms-block ul li::marker {
            color: #2196F3;
        }

        .privacy-terms-section .highlight-box {
            background: #fff3e0;
            border: 2px solid #ffb74d;
            border-radius: 10px;
            padding: 20px;
            margin: 25px 0;
        }

        .privacy-terms-section .highlight-box h4 {
            font-size: 18px;
            font-weight: 700;
            color: #e65100;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .privacy-terms-section .highlight-box h4::before {
            content: '⚠️';
            font-size: 20px;
        }

        .privacy-terms-section .highlight-box p {
            font-size: 15px;
            line-height: 1.8;
            color: #424242;
            margin-bottom: 10px;
        }

        .privacy-terms-section .highlight-box p:last-child {
            margin-bottom: 0;
        }

        .privacy-terms-section .info-box {
            background: #e8f5e9;
            border: 2px solid #81c784;
            border-radius: 10px;
            padding: 20px;
            margin: 25px 0;
        }

        .privacy-terms-section .info-box h4 {
            font-size: 18px;
            font-weight: 700;
            color: #2e7d32;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .privacy-terms-section .info-box h4::before {
            content: 'ℹ️';
            font-size: 20px;
        }

        .privacy-terms-section .info-box p {
            font-size: 15px;
            line-height: 1.8;
            color: #424242;
        }

        .privacy-terms-section .contact-box {
            background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
            border-radius: 12px;
            padding: 30px;
            margin-top: 35px;
            text-align: center;
        }

        .privacy-terms-section .contact-box h3 {
            font-size: 22px;
            font-weight: 700;
            color: #1565C0;
            margin-bottom: 20px;
        }

        .privacy-terms-section .contact-box .contact-details {
            display: flex;
            flex-direction: column;
            gap: 12px;
            align-items: center;
        }

        .privacy-terms-section .contact-box .contact-item {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 15px;
            color: #1a1a1a;
            font-weight: 500;
        }

        .privacy-terms-section .contact-box .contact-item svg {
            width: 20px;
            height: 20px;
            fill: #2196F3;
        }

        .privacy-terms-section .contact-box .contact-item a {
            color: #1565C0;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .privacy-terms-section .contact-box .contact-item a:hover {
            color: #0d47a1;
            text-decoration: underline;
        }

        .privacy-terms-section .contact-box .company-address {
            margin-top: 20px;
            padding-top: 20px;
            border-top: 2px solid #90caf9;
        }

        .privacy-terms-section .contact-box .company-name {
            font-size: 18px;
            font-weight: 700;
            color: #1565C0;
            margin-bottom: 10px;
        }

        .privacy-terms-section .contact-box .address {
            font-size: 14px;
            line-height: 1.7;
            color: #424242;
            max-width: 600px;
            margin: 0 auto;
        }

        .privacy-terms-section .age-requirement {
            background: #e1f5fe;
            border: 2px solid #4fc3f7;
            border-radius: 10px;
            padding: 15px 20px;
            margin: 25px 0;
            text-align: center;
        }

        .privacy-terms-section .age-requirement p {
            font-size: 16px;
            font-weight: 600;
            color: #01579b;
            margin: 0;
        }

        .privacy-terms-section .emphasis {
            font-weight: 600;
            color: #1565C0;
        }

        .privacy-terms-section .link-text {
            color: #2196F3;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .privacy-terms-section .link-text:hover {
            color: #1565C0;
            text-decoration: underline;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .privacy-terms-section .section-header {
                padding: 30px 25px;
            }

            .privacy-terms-section .section-header h2 {
                font-size: 26px;
            }

            .privacy-terms-section .content-wrapper {
                padding: 30px 25px;
            }

            .privacy-terms-section .terms-block {
                padding: 20px;
            }

            .privacy-terms-section .terms-block h3 {
                font-size: 18px;
            }

            .privacy-terms-section .contact-box {
                padding: 25px 20px;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 20px 10px;
            }

            .privacy-terms-section .section-header {
                padding: 25px 20px;
            }

            .privacy-terms-section .section-header h2 {
                font-size: 22px;
            }

            .privacy-terms-section .content-wrapper {
                padding: 25px 20px;
            }

            .privacy-terms-section .terms-block {
                padding: 18px;
                margin-bottom: 25px;
            }

            .privacy-terms-section .terms-block h3 {
                font-size: 17px;
            }

            .privacy-terms-section .terms-block p,
            .privacy-terms-section .terms-block ul li {
                font-size: 14px;
            }

            .privacy-terms-section .contact-box {
                padding: 20px 15px;
            }
        }/* End custom CSS */