{"id":7307,"date":"2026-04-08T09:55:58","date_gmt":"2026-04-08T09:55:58","guid":{"rendered":"https:\/\/raistheme.com\/?page_id=7307"},"modified":"2026-04-08T09:55:58","modified_gmt":"2026-04-08T09:55:58","slug":"edustdy","status":"publish","type":"page","link":"https:\/\/raistheme.com\/html\/edustdy\/","title":{"rendered":"Edustdy \u2013 Education HTML Template"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7307\" class=\"elementor elementor-7307\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e44b62f e-con-full e-flex e-con e-parent\" data-id=\"e44b62f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3587e77 elementor-widget elementor-widget-shortcode\" data-id=\"3587e77\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    \r\n    <!-- Font Awesome -->\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    \r\n    <!-- Slick Carousel -->\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/slick-carousel\/1.8.1\/slick.min.css\">\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/slick-carousel\/1.8.1\/slick-theme.min.css\">\r\n    \r\n    <!-- AOS Animation -->\r\n    <link href=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.css\" rel=\"stylesheet\">\r\n    \r\n    <style>\r\n        :root {\r\n            --edustdy-primary: #0f766e;\r\n            --edustdy-primary-dark: #115e59;\r\n            --edustdy-primary-light: #14b8a6;\r\n            --edustdy-secondary: #f97316;\r\n            --edustdy-secondary-dark: #ea580c;\r\n            --edustdy-success: #22c55e;\r\n            --edustdy-warning: #eab308;\r\n            --edustdy-danger: #ef4444;\r\n            --edustdy-dark: #1e293b;\r\n            --edustdy-darker: #0f172a;\r\n            --edustdy-light: #f0fdfa;\r\n            --edustdy-gray: #64748b;\r\n            --edustdy-gray-light: #94a3b8;\r\n            --edustdy-border: #e2e8f0;\r\n            --edustdy-gradient: linear-gradient(135deg, #0f766e 0%, #f97316 100%);\r\n            --edustdy-gradient-2: linear-gradient(135deg, #115e59 0%, #ea580c 100%);\r\n        }\r\n        \r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n        \r\n \r\n        \r\n        \/* Product Header *\/\r\n        .edustdy-product-header {\r\n            background: white;\r\n            padding: 20px 0;\r\n            border-bottom: 1px solid var(--edustdy-border);\r\n        }\r\n        \r\n        .edustdy-breadcrumb {\r\n            padding: 10px 0;\r\n            margin: 0;\r\n            list-style: none;\r\n            display: flex;\r\n            flex-wrap: wrap;\r\n        }\r\n        \r\n        .edustdy-breadcrumb li {\r\n            margin-right: 8px;\r\n        }\r\n        \r\n        .edustdy-breadcrumb li:not(:last-child)::after {\r\n            content: '\/';\r\n            margin-left: 8px;\r\n            color: var(--edustdy-gray);\r\n        }\r\n        \r\n        .edustdy-breadcrumb a {\r\n            color: var(--edustdy-gray);\r\n            text-decoration: none;\r\n            transition: color 0.3s ease;\r\n        }\r\n        \r\n        .edustdy-breadcrumb a:hover {\r\n            color: var(--edustdy-primary);\r\n        }\r\n        \r\n        .edustdy-breadcrumb li:last-child {\r\n            color: var(--edustdy-dark);\r\n            font-weight: 500;\r\n        }\r\n        \r\n        \/* Product Page Layout *\/\r\n        .edustdy-product-page {\r\n            padding: 40px 0 80px;\r\n        }\r\n        \r\n        .edustdy-product-main {\r\n            background: white;\r\n            border-radius: 12px;\r\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);\r\n            overflow: hidden;\r\n            margin-bottom: 30px;\r\n        }\r\n        \r\n        \/* Product Gallery *\/\r\n        .edustdy-product-gallery {\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n        \r\n        .edustdy-main-image {\r\n            width: 100%;\r\n            height: 500px;\r\n            object-fit: cover;\r\n            border-bottom: 1px solid var(--edustdy-border);\r\n        }\r\n        \r\n        .edustdy-thumbnail-slider {\r\n            padding: 15px;\r\n        }\r\n        \r\n        .edustdy-thumbnail {\r\n            width: 100px;\r\n            height: 75px;\r\n            object-fit: cover;\r\n            border: 2px solid transparent;\r\n            border-radius: 6px;\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n        }\r\n        \r\n        .edustdy-thumbnail:hover, .edustdy-thumbnail.active {\r\n            border-color: var(--edustdy-primary);\r\n            transform: scale(1.05);\r\n        }\r\n        \r\n        .edustdy-thumbnail-slider .slick-slide {\r\n            padding: 0 5px;\r\n        }\r\n        \r\n        \/* Product Info *\/\r\n        .edustdy-product-info {\r\n            padding: 30px;\r\n        }\r\n        \r\n        .edustdy-product-title {\r\n            font-size: 2rem;\r\n            font-weight: 700;\r\n            margin-bottom: 15px;\r\n            color: var(--edustdy-dark);\r\n        }\r\n        \r\n        .edustdy-product-meta {\r\n            display: flex;\r\n            flex-wrap: wrap;\r\n            gap: 15px;\r\n            margin-bottom: 25px;\r\n            padding-bottom: 20px;\r\n            border-bottom: 1px solid var(--edustdy-border);\r\n        }\r\n        \r\n        .edustdy-meta-item {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            color: var(--edustdy-gray);\r\n            font-size: 0.9rem;\r\n        }\r\n        \r\n        .edustdy-meta-item i {\r\n            color: var(--edustdy-primary);\r\n        }\r\n        \r\n        .edustdy-product-description {\r\n            margin-bottom: 30px;\r\n            line-height: 1.7;\r\n            color: var(--edustdy-gray);\r\n        }\r\n        \r\n        \/* Sidebar *\/\r\n        .edustdy-sidebar {\r\n            position: sticky;\r\n            top: 20px;\r\n        }\r\n        \r\n        .edustdy-sidebar-card {\r\n            background: white;\r\n            border-radius: 12px;\r\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);\r\n            overflow: hidden;\r\n            margin-bottom: 20px;\r\n        }\r\n        \r\n        .edustdy-sidebar-header {\r\n            padding: 20px;\r\n            background: var(--edustdy-gradient);\r\n            color: white;\r\n        }\r\n        \r\n        .edustdy-price {\r\n            font-size: 2.2rem;\r\n            font-weight: 700;\r\n            margin-bottom: 5px;\r\n        }\r\n        \r\n        .edustdy-price-note {\r\n            font-size: 0.9rem;\r\n            opacity: 0.9;\r\n        }\r\n        \r\n        .edustdy-sidebar-body {\r\n            padding: 25px;\r\n        }\r\n        \r\n        .edustdy-purchase-options {\r\n            margin-bottom: 25px;\r\n        }\r\n        \r\n        .edustdy-license-option {\r\n            padding: 15px;\r\n            border: 1px solid var(--edustdy-border);\r\n            border-radius: 8px;\r\n            margin-bottom: 15px;\r\n            transition: all 0.3s ease;\r\n        }\r\n        \r\n        .edustdy-license-option:hover {\r\n            border-color: var(--edustdy-primary);\r\n            box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.1);\r\n        }\r\n        \r\n        .edustdy-license-option.selected {\r\n            border-color: var(--edustdy-primary);\r\n            background: rgba(15, 118, 110, 0.05);\r\n        }\r\n        \r\n        .edustdy-license-header {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n            margin-bottom: 10px;\r\n        }\r\n        \r\n        .edustdy-license-title {\r\n            font-weight: 600;\r\n            color: var(--edustdy-dark);\r\n        }\r\n        \r\n        .edustdy-license-price {\r\n            font-weight: 700;\r\n            color: var(--edustdy-primary);\r\n            font-size: 1.1rem;\r\n        }\r\n        \r\n        .edustdy-license-description {\r\n            color: var(--edustdy-gray);\r\n            font-size: 0.9rem;\r\n        }\r\n        \r\n        .edustdy-purchase-buttons {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 10px;\r\n            margin-bottom: 25px;\r\n        }\r\n        \r\n        .edustdy-btn {\r\n            padding: 14px 20px;\r\n            border-radius: 8px;\r\n            font-weight: 600;\r\n            text-align: center;\r\n            text-decoration: none;\r\n            transition: all 0.3s ease;\r\n            border: none;\r\n            cursor: pointer;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            gap: 8px;\r\n        }\r\n        \r\n        .edustdy-btn-primary {\r\n            background: var(--edustdy-primary);\r\n            color: white!important;\r\n        }\r\n        \r\n        .edustdy-btn-primary:hover {\r\n            background: var(--edustdy-primary-dark);\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 5px 15px rgba(15, 118, 110, 0.3);\r\n        }\r\n        \r\n        .edustdy-btn-secondary {\r\n            background: transparent;\r\n            color: var(--edustdy-primary);\r\n            border: 2px solid var(--edustdy-primary);\r\n        }\r\n        \r\n        .edustdy-btn-secondary:hover {\r\n            background: var(--edustdy-primary);\r\n            color: white;\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 5px 15px rgba(15, 118, 110, 0.3);\r\n        }\r\n        \r\n        .edustdy-extend-support {\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: space-between;\r\n            padding: 15px;\r\n            background: var(--edustdy-light);\r\n            border-radius: 8px;\r\n            margin-bottom: 25px;\r\n        }\r\n        \r\n        .edustdy-extend-support-text {\r\n            flex: 1;\r\n        }\r\n        \r\n        .edustdy-extend-support-title {\r\n            font-weight: 600;\r\n            margin-bottom: 5px;\r\n            color: var(--edustdy-dark);\r\n        }\r\n        \r\n        .edustdy-extend-support-desc {\r\n            font-size: 0.9rem;\r\n            color: var(--edustdy-gray);\r\n        }\r\n        \r\n        .edustdy-extend-support-price {\r\n            font-weight: 700;\r\n            color: var(--edustdy-primary);\r\n        }\r\n        \r\n        .edustdy-product-features {\r\n            margin-bottom: 25px;\r\n        }\r\n        \r\n        .edustdy-product-features-title {\r\n            font-weight: 600;\r\n            margin-bottom: 15px;\r\n            color: var(--edustdy-dark);\r\n        }\r\n        \r\n        .edustdy-feature-list {\r\n            list-style: none;\r\n            padding: 0;\r\n        }\r\n        \r\n        .edustdy-feature-list li {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            margin-bottom: 10px;\r\n            color: var(--edustdy-gray);\r\n            font-size: 0.95rem;\r\n        }\r\n        \r\n        .edustdy-feature-list i {\r\n            color: var(--edustdy-success);\r\n            font-size: 0.9rem;\r\n        }\r\n        \r\n        \/* Tabs *\/\r\n        .edustdy-tabs {\r\n            margin-top: 40px;\r\n        }\r\n        \r\n        .edustdy-tab-nav {\r\n            display: flex;\r\n            border-bottom: 2px solid var(--edustdy-border);\r\n            margin-bottom: 25px;\r\n            overflow-x: auto;\r\n        }\r\n        \r\n        .edustdy-tab-btn {\r\n            padding: 12px 25px;\r\n            background: none;\r\n            border: none;\r\n            font-weight: 600;\r\n            color: var(--edustdy-gray);\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n            white-space: nowrap;\r\n            position: relative;\r\n        }\r\n        \r\n        .edustdy-tab-btn::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: -2px;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 2px;\r\n            background: var(--edustdy-primary);\r\n            transform: scaleX(0);\r\n            transition: transform 0.3s ease;\r\n        }\r\n        \r\n        .edustdy-tab-btn.active {\r\n            color: var(--edustdy-primary);\r\n        }\r\n        \r\n        .edustdy-tab-btn.active::after {\r\n            transform: scaleX(1);\r\n        }\r\n        \r\n        .edustdy-tab-content {\r\n            display: none;\r\n        }\r\n        \r\n        .edustdy-tab-content.active {\r\n            display: block;\r\n            animation: fadeIn 0.5s ease;\r\n        }\r\n        \r\n        @keyframes fadeIn {\r\n            from { opacity: 0; transform: translateY(10px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n        \r\n        \/* Features List *\/\r\n        .edustdy-features-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\r\n            gap: 20px;\r\n            margin-bottom: 30px;\r\n        }\r\n        \r\n        .edustdy-feature-item {\r\n            display: flex;\r\n            align-items: flex-start;\r\n            gap: 12px;\r\n        }\r\n        \r\n        .edustdy-feature-icon {\r\n            flex-shrink: 0;\r\n            width: 40px;\r\n            height: 40px;\r\n            background: var(--edustdy-gradient);\r\n            border-radius: 8px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            color: white;\r\n        }\r\n        \r\n        .edustdy-feature-content h4 {\r\n            font-size: 1.1rem;\r\n            font-weight: 600;\r\n            margin-bottom: 5px;\r\n            color: var(--edustdy-dark);\r\n        }\r\n        \r\n        .edustdy-feature-content p {\r\n            color: var(--edustdy-gray);\r\n            font-size: 0.95rem;\r\n            margin: 0;\r\n        }\r\n        \r\n        \/* Technical Details *\/\r\n        .edustdy-tech-details {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\r\n            gap: 20px;\r\n        }\r\n        \r\n        .edustdy-tech-item {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            padding: 10px 0;\r\n            border-bottom: 1px solid var(--edustdy-border);\r\n        }\r\n        \r\n        .edustdy-tech-label {\r\n            font-weight: 600;\r\n            color: var(--edustdy-dark);\r\n        }\r\n        \r\n        .edustdy-tech-value {\r\n            color: var(--edustdy-gray);\r\n        }\r\n        \r\n        \/* Sources *\/\r\n        .edustdy-sources-list {\r\n            list-style: none;\r\n            padding: 0;\r\n        }\r\n        \r\n        .edustdy-sources-list li {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            padding: 10px 0;\r\n            border-bottom: 1px solid var(--edustdy-border);\r\n        }\r\n        \r\n        .edustdy-sources-list li:last-child {\r\n            border-bottom: none;\r\n        }\r\n        \r\n        .edustdy-sources-list i {\r\n            color: var(--edustdy-primary);\r\n            width: 20px;\r\n            text-align: center;\r\n        }\r\n        \r\n        \/* Reviews *\/\r\n        .edustdy-reviews-summary {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 30px;\r\n            margin-bottom: 30px;\r\n            padding: 20px;\r\n            background: var(--edustdy-light);\r\n            border-radius: 12px;\r\n        }\r\n        \r\n        .edustdy-rating-overview {\r\n            text-align: center;\r\n        }\r\n        \r\n        .edustdy-rating-number {\r\n            font-size: 3rem;\r\n            font-weight: 700;\r\n            color: var(--edustdy-primary);\r\n            margin-bottom: 5px;\r\n        }\r\n        \r\n        .edustdy-rating-stars {\r\n            color: #fbbf24;\r\n            font-size: 1.2rem;\r\n            margin-bottom: 5px;\r\n        }\r\n        \r\n        .edustdy-rating-count {\r\n            color: var(--edustdy-gray);\r\n            font-size: 0.9rem;\r\n        }\r\n        \r\n        .edustdy-rating-bars {\r\n            flex: 1;\r\n        }\r\n        \r\n        .edustdy-rating-bar-item {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n        \r\n        .edustdy-rating-bar-label {\r\n            width: 80px;\r\n            font-size: 0.9rem;\r\n            color: var(--edustdy-gray);\r\n        }\r\n        \r\n        .edustdy-rating-bar-track {\r\n            flex: 1;\r\n            height: 8px;\r\n            background: var(--edustdy-border);\r\n            border-radius: 4px;\r\n            overflow: hidden;\r\n        }\r\n        \r\n        .edustdy-rating-bar-fill {\r\n            height: 100%;\r\n            background: #fbbf24;\r\n        }\r\n        \r\n        .edustdy-rating-bar-count {\r\n            width: 40px;\r\n            text-align: right;\r\n            font-size: 0.9rem;\r\n            color: var(--edustdy-gray);\r\n        }\r\n        \r\n        .edustdy-review-item {\r\n            padding: 20px;\r\n            border: 1px solid var(--edustdy-border);\r\n            border-radius: 8px;\r\n            margin-bottom: 20px;\r\n        }\r\n        \r\n        .edustdy-review-header {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n            margin-bottom: 15px;\r\n        }\r\n        \r\n        .edustdy-review-author {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n        }\r\n        \r\n        .edustdy-review-avatar {\r\n            width: 40px;\r\n            height: 40px;\r\n            border-radius: 50%;\r\n            overflow: hidden;\r\n        }\r\n        \r\n        .edustdy-review-avatar img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n        }\r\n        \r\n        .edustdy-review-name {\r\n            font-weight: 600;\r\n            margin-bottom: 2px;\r\n        }\r\n        \r\n        .edustdy-review-date {\r\n            font-size: 0.85rem;\r\n            color: var(--edustdy-gray);\r\n        }\r\n        \r\n        .edustdy-review-rating {\r\n            color: #fbbf24;\r\n        }\r\n        \r\n        .edustdy-review-text {\r\n            color: var(--edustdy-gray);\r\n            line-height: 1.6;\r\n        }\r\n        \r\n        \/* Related Products *\/\r\n        .edustdy-related-products {\r\n            margin-top: 60px;\r\n        }\r\n        \r\n        .edustdy-related-products-title {\r\n            font-size: 1.8rem;\r\n            font-weight: 700;\r\n            margin-bottom: 30px;\r\n            color: var(--edustdy-dark);\r\n        }\r\n        \r\n        .edustdy-product-card {\r\n            background: white;\r\n            border-radius: 12px;\r\n            overflow: hidden;\r\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);\r\n            transition: all 0.3s ease;\r\n            height: 100%;\r\n        }\r\n        \r\n        .edustdy-product-card:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);\r\n        }\r\n        \r\n        .edustdy-product-card-image {\r\n            height: 180px;\r\n            overflow: hidden;\r\n        }\r\n        \r\n        .edustdy-product-card-image img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n            transition: transform 0.5s ease;\r\n        }\r\n        \r\n        .edustdy-product-card:hover .edustdy-product-card-image img {\r\n            transform: scale(1.05);\r\n        }\r\n        \r\n        .edustdy-product-card-content {\r\n            padding: 20px;\r\n        }\r\n        \r\n        .edustdy-product-card-title {\r\n            font-size: 1.1rem;\r\n            font-weight: 600;\r\n            margin-bottom: 10px;\r\n            color: var(--edustdy-dark);\r\n            line-height: 1.4;\r\n        }\r\n        \r\n        .edustdy-product-card-price {\r\n            font-size: 1.3rem;\r\n            font-weight: 700;\r\n            color: var(--edustdy-primary);\r\n        }\r\n        \r\n        .edustdy-product-card-link {\r\n            display: inline-block;\r\n            margin-top: 10px;\r\n            color: var(--edustdy-primary);\r\n            font-weight: 600;\r\n            text-decoration: none;\r\n            transition: all 0.3s ease;\r\n        }\r\n        \r\n        .edustdy-product-card-link:hover {\r\n            color: var(--edustdy-primary-dark);\r\n            transform: translateX(5px);\r\n        }\r\n        \r\n        \/* Why Choose Section *\/\r\n        .edustdy-why-choose {\r\n            background: var(--edustdy-light);\r\n            padding: 25px;\r\n            border-radius: 12px;\r\n            margin-bottom: 30px;\r\n        }\r\n        \r\n        .edustdy-why-choose h3 {\r\n            color: var(--edustdy-dark);\r\n            margin-bottom: 15px;\r\n        }\r\n        \r\n        .edustdy-why-choose p {\r\n            color: var(--edustdy-gray);\r\n            margin-bottom: 0;\r\n        }\r\n        \r\n        \/* Responsive *\/\r\n        @media (max-width: 991px) {\r\n            .edustdy-sidebar {\r\n                position: relative;\r\n                top: 0;\r\n                margin-top: 30px;\r\n            }\r\n        }\r\n        \r\n        @media (max-width: 767px) {\r\n            .edustdy-product-title {\r\n                font-size: 1.5rem;\r\n            }\r\n            \r\n            .edustdy-main-image {\r\n                height: 300px;\r\n            }\r\n            \r\n            .edustdy-reviews-summary {\r\n                flex-direction: column;\r\n                gap: 20px;\r\n            }\r\n            \r\n            .edustdy-features-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Product Header -->\r\n    <div class=\"edustdy-product-header\">\r\n        <div class=\"container\">\r\n            <ul class=\"edustdy-breadcrumb\">\r\n                <li><a href=\"\/\">Home<\/a><\/li>\r\n                <li><a href=\"#\">HTML Templates<\/a><\/li>\r\n                <li>Edustdy \u2013 Education HTML Template<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n    <\/div>\r\n    \r\n    <!-- Product Page -->\r\n    <div class=\"edustdy-product-page\">\r\n        <div class=\"container\">\r\n            <div class=\"row\">\r\n                <!-- Main Content -->\r\n                <div class=\"col-lg-8\">\r\n                    <div class=\"edustdy-product-main\">\r\n                        <!-- Product Gallery -->\r\n                        <div class=\"edustdy-product-gallery\">\r\n                            <img decoding=\"async\" src=\"https:\/\/raistheme.com\/wp-content\/uploads\/2026\/04\/Edustdy-\u2013-Education-HTML-Template.jpg\" alt=\"Edustdy Education Template\" class=\"edustdy-main-image\" id=\"mainImage\">\r\n                            \r\n                            <div class=\"edustdy-thumbnail-slider\">\r\n                                <div><img decoding=\"async\" src=\"https:\/\/raistheme.com\/wp-content\/uploads\/2026\/04\/Edustdy-\u2013-Education-HTML-Template.jpg\" alt=\"Edustdy Education Template\" class=\"edustdy-thumbnail active\"><\/div>\r\n                                <div><img decoding=\"async\" src=\"https:\/\/raistheme.com\/wp-content\/uploads\/2026\/04\/Edustdy-\u2013-Education-HTML-Template.jpg\" alt=\"Edustdy Home 1\" class=\"edustdy-thumbnail\"><\/div>\r\n                                <div><img decoding=\"async\" src=\"https:\/\/raistheme.com\/wp-content\/uploads\/2026\/04\/Edustdy-\u2013-Education-HTML-Template.jpg\" alt=\"Edustdy Home 2\" class=\"edustdy-thumbnail\"><\/div>\r\n                                <div><img decoding=\"async\" src=\"https:\/\/raistheme.com\/wp-content\/uploads\/2026\/04\/Edustdy-\u2013-Education-HTML-Template.jpg\" alt=\"Edustdy Courses\" class=\"edustdy-thumbnail\"><\/div>\r\n                                <div><img decoding=\"async\" src=\"https:\/\/raistheme.com\/wp-content\/uploads\/2026\/04\/Edustdy-\u2013-Education-HTML-Template.jpg\" alt=\"Edustdy About\" class=\"edustdy-thumbnail\"><\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                        \r\n                        <!-- Product Info -->\r\n                        <div class=\"edustdy-product-info\">\r\n                            <h1 class=\"edustdy-product-title\">Edustdy \u2013 Education HTML Template<\/h1>\r\n                            \r\n                            <div class=\"edustdy-product-meta\">\r\n                                <div class=\"edustdy-meta-item\">\r\n                                    <i class=\"fas fa-user\"><\/i>\r\n                                    <span>By RaisTheme<\/span>\r\n                                <\/div>\r\n                                <div class=\"edustdy-meta-item\">\r\n                                    <i class=\"fas fa-shopping-cart\"><\/i>\r\n                                    <span>155 Sales<\/span>\r\n                                <\/div>\r\n                                <div class=\"edustdy-meta-item\">\r\n                                    <i class=\"fas fa-file-alt\"><\/i>\r\n                                    <span>Well Documented<\/span>\r\n                                <\/div>\r\n                                <div class=\"edustdy-meta-item\">\r\n                                    <i class=\"fas fa-star\"><\/i>\r\n                                    <span>Reviews: 1<\/span>\r\n                                <\/div>\r\n                                <div class=\"edustdy-meta-item\">\r\n                                    <i class=\"fas fa-comments\"><\/i>\r\n                                    <span>Comments: 15<\/span>\r\n                                <\/div>\r\n                                <div class=\"edustdy-meta-item\">\r\n                                    <i class=\"fas fa-headset\"><\/i>\r\n                                    <span>5-star customer support<\/span>\r\n                                <\/div>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"edustdy-product-description\">\r\n                                <p>Edustdy is a modern and professional HTML template created for online courses, universities, colleges, schools, training centers, and learning management system platforms. It is designed to help educational institutions and eLearning businesses build a clean, engaging, and user-friendly website.<\/p>\r\n                                \r\n                                <p>Built with Bootstrap 4, HTML5, CSS3, and jQuery, Edustdy offers a responsive and flexible layout that works smoothly across desktops, tablets, and mobile devices. The template features a clean structure, easy customization, and well-organized code, making it suitable for both beginners and developers.<\/p>\r\n                                \r\n                                <p>Whether you are building an education portal, course website, or online training platform, Edustdy provides the essential pages and modern design needed to create a professional online presence.<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <!-- Tabs Section -->\r\n                    <div class=\"edustdy-tabs\">\r\n                        <div class=\"edustdy-tab-nav\">\r\n                            <button class=\"edustdy-tab-btn active\" data-tab=\"overview\">Product Overview<\/button>\r\n                            <button class=\"edustdy-tab-btn\" data-tab=\"features\">Key Features<\/button>\r\n                            <button class=\"edustdy-tab-btn\" data-tab=\"technical\">Technical Details<\/button>\r\n                            <button class=\"edustdy-tab-btn\" data-tab=\"sources\">Sources & Credits<\/button>\r\n                            <button class=\"edustdy-tab-btn\" data-tab=\"reviews\">Reviews (1)<\/button>\r\n                        <\/div>\r\n                        \r\n                        <!-- Product Overview Tab -->\r\n                        <div class=\"edustdy-tab-content active\" id=\"overview\">\r\n                            <h3 class=\"mb-4\">Product Overview<\/h3>\r\n                            <p>Edustdy is a comprehensive HTML template designed specifically for educational platforms and institutions. It offers a modern, clean design that's perfect for universities, schools, online courses, and training centers.<\/p>\r\n                            \r\n                            <h4 class=\"mt-4 mb-3\">Key Features<\/h4>\r\n                            <ul class=\"edustdy-feature-list\">\r\n                                <li><i class=\"fas fa-check\"><\/i> Built on Bootstrap 4<\/li>\r\n                                <li><i class=\"fas fa-check\"><\/i> LMS-based design<\/li>\r\n                                <li><i class=\"fas fa-check\"><\/i> 100% responsive layout<\/li>\r\n                                <li><i class=\"fas fa-check\"><\/i> Clean and modern UI design<\/li>\r\n                                <li><i class=\"fas fa-check\"><\/i> Easy-to-customize code structure<\/li>\r\n                                <li><i class=\"fas fa-check\"><\/i> Unique homepage variations<\/li>\r\n                                <li><i class=\"fas fa-check\"><\/i> Event page included<\/li>\r\n                                <li><i class=\"fas fa-check\"><\/i> Course page included<\/li>\r\n                                <li><i class=\"fas fa-check\"><\/i> Blog and news pages included<\/li>\r\n                                <li><i class=\"fas fa-check\"><\/i> W3C validated code<\/li>\r\n                                <li><i class=\"fas fa-check\"><\/i> Valid HTML5 and CSS3<\/li>\r\n                                <li><i class=\"fas fa-check\"><\/i> Google Fonts support<\/li>\r\n                                <li><i class=\"fas fa-check\"><\/i> Detailed documentation included<\/li>\r\n                            <\/ul>\r\n                            \r\n                            <div class=\"edustdy-why-choose\">\r\n                                <h3>Why Choose Edustdy?<\/h3>\r\n                                <p>Edustdy is a great choice for schools, universities, and eLearning platforms looking for a clean and easy-to-customize education website template. Its LMS-focused layout, responsive design, and essential course and event pages make it a practical solution for building a modern education website.<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                        \r\n                        <!-- Key Features Tab -->\r\n                        <div class=\"edustdy-tab-content\" id=\"features\">\r\n                            <h3 class=\"mb-4\">Key Features<\/h3>\r\n                            \r\n                            <div class=\"edustdy-features-grid\">\r\n                                <div class=\"edustdy-feature-item\">\r\n                                    <div class=\"edustdy-feature-icon\">\r\n                                        <i class=\"fas fa-graduation-cap\"><\/i>\r\n                                    <\/div>\r\n                                    <div class=\"edustdy-feature-content\">\r\n                                        <h4>Education Focused<\/h4>\r\n                                        <p>Specifically designed for educational institutions and online learning platforms.<\/p>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                \r\n                                <div class=\"edustdy-feature-item\">\r\n                                    <div class=\"edustdy-feature-icon\">\r\n                                        <i class=\"fas fa-laptop\"><\/i>\r\n                                    <\/div>\r\n                                    <div class=\"edustdy-feature-content\">\r\n                                        <h4>Responsive Design<\/h4>\r\n                                        <p>Looks great on all devices from smartphones to desktop computers.<\/p>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                \r\n                                <div class=\"edustdy-feature-item\">\r\n                                    <div class=\"edustdy-feature-icon\">\r\n                                        <i class=\"fas fa-code\"><\/i>\r\n                                    <\/div>\r\n                                    <div class=\"edustdy-feature-content\">\r\n                                        <h4>Clean Code<\/h4>\r\n                                        <p>Well-structured, commented code that's easy to customize and maintain.<\/p>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                \r\n                                <div class=\"edustdy-feature-item\">\r\n                                    <div class=\"edustdy-feature-icon\">\r\n                                        <i class=\"fas fa-paint-brush\"><\/i>\r\n                                    <\/div>\r\n                                    <div class=\"edustdy-feature-content\">\r\n                                        <h4>Modern UI<\/h4>\r\n                                        <p>Contemporary design with attention to detail and user experience.<\/p>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                        \r\n                        <!-- Technical Details Tab -->\r\n                        <div class=\"edustdy-tab-content\" id=\"technical\">\r\n                            <h3 class=\"mb-4\">Technical Details<\/h3>\r\n                            \r\n                            <div class=\"edustdy-tech-details\">\r\n                                <div class=\"edustdy-tech-item\">\r\n                                    <div class=\"edustdy-tech-label\">Last Update<\/div>\r\n                                    <div class=\"edustdy-tech-value\">19 September 2020<\/div>\r\n                                <\/div>\r\n                                <div class=\"edustdy-tech-item\">\r\n                                    <div class=\"edustdy-tech-label\">High Resolution<\/div>\r\n                                    <div class=\"edustdy-tech-value\">Yes<\/div>\r\n                                <\/div>\r\n                                <div class=\"edustdy-tech-item\">\r\n                                    <div class=\"edustdy-tech-label\">Compatible Browsers<\/div>\r\n                                    <div class=\"edustdy-tech-value\">IE9, IE10, IE11, Firefox, Safari<\/div>\r\n                                <\/div>\r\n                                <div class=\"edustdy-tech-item\">\r\n                                    <div class=\"edustdy-tech-label\">Compatible With<\/div>\r\n                                    <div class=\"edustdy-tech-value\">Bootstrap 4.x<\/div>\r\n                                <\/div>\r\n                                <div class=\"edustdy-tech-item\">\r\n                                    <div class=\"edustdy-tech-label\">Files Included<\/div>\r\n                                    <div class=\"edustdy-tech-value\">HTML, CSS, JS<\/div>\r\n                                <\/div>\r\n                                <div class=\"edustdy-tech-item\">\r\n                                    <div class=\"edustdy-tech-label\">Layout<\/div>\r\n                                    <div class=\"edustdy-tech-value\">Responsive<\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                        \r\n                        <!-- Sources & Credits Tab -->\r\n                        <div class=\"edustdy-tab-content\" id=\"sources\">\r\n                            <h3 class=\"mb-4\">Sources and Credits<\/h3>\r\n                            \r\n                            <h5 class=\"mt-4 mb-3\">Fonts<\/h5>\r\n                            <ul class=\"edustdy-sources-list\">\r\n                                <li><i class=\"fas fa-font\"><\/i> Open Sans<\/li>\r\n                                <li><i class=\"fas fa-font\"><\/i> Roboto<\/li>\r\n                            <\/ul>\r\n                            \r\n                            <h5 class=\"mt-4 mb-3\">Icons<\/h5>\r\n                            <ul class=\"edustdy-sources-list\">\r\n                                <li><i class=\"fas fa-icons\"><\/i> Font Awesome<\/li>\r\n                                <li><i class=\"fas fa-icons\"><\/i> Flaticon<\/li>\r\n                            <\/ul>\r\n                            \r\n                            <h5 class=\"mt-4 mb-3\">Plugins<\/h5>\r\n                            <ul class=\"edustdy-sources-list\">\r\n                                <li><i class=\"fas fa-plug\"><\/i> Bootstrap 4<\/li>\r\n                                <li><i class=\"fas fa-plug\"><\/i> Slick Slider<\/li>\r\n                                <li><i class=\"fas fa-plug\"><\/i> Magnific Popup<\/li>\r\n                                <li><i class=\"fas fa-plug\"><\/i> Counter Up<\/li>\r\n                                <li><i class=\"fas fa-plug\"><\/i> Nice Select<\/li>\r\n                                <li><i class=\"fas fa-plug\"><\/i> Nice Number<\/li>\r\n                                <li><i class=\"fas fa-plug\"><\/i> Countdown<\/li>\r\n                                <li><i class=\"fas fa-plug\"><\/i> Validator<\/li>\r\n                                <li><i class=\"fas fa-plug\"><\/i> Images Loaded<\/li>\r\n                            <\/ul>\r\n                            \r\n                            <div class=\"alert alert-warning mt-4\">\r\n                                <strong>Important Note:<\/strong> All images used in the preview are for demonstration purposes only and are not included in the final download.\r\n                            <\/div>\r\n                        <\/div>\r\n                        \r\n                        <!-- Reviews Tab -->\r\n                        <div class=\"edustdy-tab-content\" id=\"reviews\">\r\n                            <h3 class=\"mb-4\">Customer Reviews<\/h3>\r\n                            \r\n                            <div class=\"edustdy-reviews-summary\">\r\n                                <div class=\"edustdy-rating-overview\">\r\n                                    <div class=\"edustdy-rating-number\">5.0<\/div>\r\n                                    <div class=\"edustdy-rating-stars\">\r\n                                        <i class=\"fas fa-star\"><\/i>\r\n                                        <i class=\"fas fa-star\"><\/i>\r\n                                        <i class=\"fas fa-star\"><\/i>\r\n                                        <i class=\"fas fa-star\"><\/i>\r\n                                        <i class=\"fas fa-star\"><\/i>\r\n                                    <\/div>\r\n                                    <div class=\"edustdy-rating-count\">Based on 1 review<\/div>\r\n                                <\/div>\r\n                                \r\n                                <div class=\"edustdy-rating-bars\">\r\n                                    <div class=\"edustdy-rating-bar-item\">\r\n                                        <div class=\"edustdy-rating-bar-label\">5 star<\/div>\r\n                                        <div class=\"edustdy-rating-bar-track\">\r\n                                            <div class=\"edustdy-rating-bar-fill\" style=\"width: 100%\"><\/div>\r\n                                        <\/div>\r\n                                        <div class=\"edustdy-rating-bar-count\">1<\/div>\r\n                                    <\/div>\r\n                                    <div class=\"edustdy-rating-bar-item\">\r\n                                        <div class=\"edustdy-rating-bar-label\">4 star<\/div>\r\n                                        <div class=\"edustdy-rating-bar-track\">\r\n                                            <div class=\"edustdy-rating-bar-fill\" style=\"width: 0%\"><\/div>\r\n                                        <\/div>\r\n                                        <div class=\"edustdy-rating-bar-count\">0<\/div>\r\n                                    <\/div>\r\n                                    <div class=\"edustdy-rating-bar-item\">\r\n                                        <div class=\"edustdy-rating-bar-label\">3 star<\/div>\r\n                                        <div class=\"edustdy-rating-bar-track\">\r\n                                            <div class=\"edustdy-rating-bar-fill\" style=\"width: 0%\"><\/div>\r\n                                        <\/div>\r\n                                        <div class=\"edustdy-rating-bar-count\">0<\/div>\r\n                                    <\/div>\r\n                                    <div class=\"edustdy-rating-bar-item\">\r\n                                        <div class=\"edustdy-rating-bar-label\">2 star<\/div>\r\n                                        <div class=\"edustdy-rating-bar-track\">\r\n                                            <div class=\"edustdy-rating-bar-fill\" style=\"width: 0%\"><\/div>\r\n                                        <\/div>\r\n                                        <div class=\"edustdy-rating-bar-count\">0<\/div>\r\n                                    <\/div>\r\n                                    <div class=\"edustdy-rating-bar-item\">\r\n                                        <div class=\"edustdy-rating-bar-label\">1 star<\/div>\r\n                                        <div class=\"edustdy-rating-bar-track\">\r\n                                            <div class=\"edustdy-rating-bar-fill\" style=\"width: 0%\"><\/div>\r\n                                        <\/div>\r\n                                        <div class=\"edustdy-rating-bar-count\">0<\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"edustdy-review-item\">\r\n                                <div class=\"edustdy-review-header\">\r\n                                    <div class=\"edustdy-review-author\">\r\n                                        <div class=\"edustdy-review-avatar\">\r\n                                            <img decoding=\"async\" src=\"https:\/\/raistheme.com\/wp-content\/uploads\/2026\/04\/daniel-av.jpg\" alt=\"User\">\r\n                                        <\/div>\r\n                                        <div>\r\n                                            <div class=\"edustdy-review-name\">Laura Martinez<\/div>\r\n                                            <div class=\"edustdy-review-date\">September 25, 2020<\/div>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                    <div class=\"edustdy-review-rating\">\r\n                                        <i class=\"fas fa-star\"><\/i>\r\n                                        <i class=\"fas fa-star\"><\/i>\r\n                                        <i class=\"fas fa-star\"><\/i>\r\n                                        <i class=\"fas fa-star\"><\/i>\r\n                                        <i class=\"fas fa-star\"><\/i>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                <div class=\"edustdy-review-text\">\r\n                                    Perfect template for our online education platform! The design is clean and modern, exactly what we needed for our university website. The LMS-based layout makes it easy to organize courses and content. The responsive design works flawlessly on all devices. Highly recommended for educational institutions!\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <!-- Related Products -->\r\n                    <div class=\"edustdy-related-products\">\r\n                        <h3 class=\"edustdy-related-products-title\">You May Also Like<\/h3>\r\n                        \r\n                        <div class=\"row g-4\">\r\n                            <div class=\"col-md-4\">\r\n                                <div class=\"edustdy-product-card\">\r\n                                    <div class=\"edustdy-product-card-image\">\r\n                                        <img decoding=\"async\" src=\"https:\/\/raistheme.com\/wp-content\/uploads\/2026\/04\/Gostudy-\u2013-Education-HTML-Template.jpg\" alt=\"Gostudy Template\">\r\n                                    <\/div>\r\n                                    <div class=\"edustdy-product-card-content\">\r\n                                        <h4 class=\"edustdy-product-card-title\">Gostudy \u2013 Education HTML Template<\/h4>\r\n                                        <div class=\"edustdy-product-card-price\">$15<\/div>\r\n                                        <a href=\"https:\/\/raistheme.com\/html\/gostudy\/\" class=\"edustdy-product-card-link\">View Details <i class=\"fas fa-arrow-right ms-1\"><\/i><\/a>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"col-md-4\">\r\n                                <div class=\"edustdy-product-card\">\r\n                                    <div class=\"edustdy-product-card-image\">\r\n                                        <img decoding=\"async\" src=\"https:\/\/raistheme.com\/wp-content\/uploads\/edd\/2026\/04\/Learno-Online-Education-Learning-PSD-Template.jpg\" alt=\"Learno Template\">\r\n                                    <\/div>\r\n                                    <div class=\"edustdy-product-card-content\">\r\n                                        <h4 class=\"edustdy-product-card-title\">Learno \u2013 Online Education Learning PSD Template<\/h4>\r\n                                        <div class=\"edustdy-product-card-price\">$14<\/div>\r\n                                        <a href=\"https:\/\/raistheme.com\/downloads\/learno-online-education-learning-psd-template\/\" class=\"edustdy-product-card-link\">View Details <i class=\"fas fa-arrow-right ms-1\"><\/i><\/a>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"col-md-4\">\r\n                                <div class=\"edustdy-product-card\">\r\n                                    <div class=\"edustdy-product-card-image\">\r\n                                        <img decoding=\"async\" src=\"https:\/\/raistheme.com\/wp-content\/uploads\/edd\/2026\/04\/NewsIN-Modern-Personal-Blog-PSD-Template.jpg\" alt=\"NewsIN Template\">\r\n                                    <\/div>\r\n                                    <div class=\"edustdy-product-card-content\">\r\n                                        <h4 class=\"edustdy-product-card-title\">NewsIN \u2013 Modern Personal Blog PSD Template<\/h4>\r\n                                        <div class=\"edustdy-product-card-price\">$10<\/div>\r\n                                        <a href=\"https:\/\/raistheme.com\/downloads\/newsin-modern-personal-blog-psd-template\/\" class=\"edustdy-product-card-link\">View Details <i class=\"fas fa-arrow-right ms-1\"><\/i><\/a>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <!-- Sidebar -->\r\n                <div class=\"col-lg-4\">\r\n                    <div class=\"edustdy-sidebar\">\r\n                        <!-- Pricing Card -->\r\n                        <div class=\"edustdy-sidebar-card\">\r\n                            <div class=\"edustdy-sidebar-header\">\r\n                                <div class=\"edustdy-price\">$15<\/div>\r\n                                <div class=\"edustdy-price-note\">Regular License<\/div>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"edustdy-sidebar-body\">\r\n                                <div class=\"edustdy-purchase-options\">\r\n                                    <div class=\"edustdy-license-option selected\">\r\n                                        <div class=\"edustdy-license-header\">\r\n                                            <div class=\"edustdy-license-title\">Regular License<\/div>\r\n                                            <div class=\"edustdy-license-price\">$15<\/div>\r\n                                        <\/div>\r\n                                        <div class=\"edustdy-license-description\">Use for one end product where end users are not charged<\/div>\r\n                                    <\/div>\r\n                                    \r\n                                    <div class=\"edustdy-license-option\">\r\n                                        <div class=\"edustdy-license-header\">\r\n                                            <div class=\"edustdy-license-title\">Extended License<\/div>\r\n                                            <div class=\"edustdy-license-price\">$499<\/div>\r\n                                        <\/div>\r\n                                        <div class=\"edustdy-license-description\">Use for one end product where end users can be charged<\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                \r\n                                <div class=\"edustdy-purchase-buttons\">\r\n                                    <a href=\"\/cart\/?add-to-cart=7317\" class=\"edustdy-btn edustdy-btn-primary\">\r\n                                        <i class=\"fas fa-shopping-cart\"><\/i> Add to Cart\r\n                                    <\/a>\r\n                                    <a href=\"#\" class=\"edustdy-btn edustdy-btn-secondary\">\r\n                                        <i class=\"fas fa-eye\"><\/i> Live Preview\r\n                                    <\/a>\r\n                                <\/div>\r\n                                \r\n                                <div class=\"edustdy-extend-support\">\r\n                                    <div class=\"edustdy-extend-support-text\">\r\n                                        <div class=\"edustdy-extend-support-title\">Extend Support to 12 Months<\/div>\r\n                                        <div class=\"edustdy-extend-support-desc\">Additional $4.13<\/div>\r\n                                    <\/div>\r\n                                    <div class=\"edustdy-extend-support-price\">$9.63<\/div>\r\n                                <\/div>\r\n                                \r\n                                <div class=\"edustdy-product-features\">\r\n                                    <h4 class=\"edustdy-product-features-title\">What's Included<\/h4>\r\n                                    <ul class=\"edustdy-feature-list\">\r\n                                        <li><i class=\"fas fa-check\"><\/i> HTML files<\/li>\r\n                                        <li><i class=\"fas fa-check\"><\/i> Supporting CSS, JS, and other assets<\/li>\r\n                                        <li><i class=\"fas fa-check\"><\/i> Full documentation<\/li>\r\n                                    <\/ul>\r\n                                <\/div>\r\n                                \r\n                                <div class=\"edustdy-product-features\">\r\n                                    <h4 class=\"edustdy-product-features-title\">Included with Purchase<\/h4>\r\n                                    <ul class=\"edustdy-feature-list\">\r\n                                        <li><i class=\"fas fa-check\"><\/i> Quality checked by Envato<\/li>\r\n                                        <li><i class=\"fas fa-check\"><\/i> Future updates<\/li>\r\n                                        <li><i class=\"fas fa-check\"><\/i> 6 months support from RaisTheme<\/li>\r\n                                    <\/ul>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                        \r\n                        <!-- Author Info -->\r\n                        <div class=\"edustdy-sidebar-card\">\r\n                            <div class=\"edustdy-sidebar-body\">\r\n                                <div class=\"d-flex align-items-center mb-3\">\r\n                                    <img decoding=\"async\" src=\"https:\/\/raistheme.com\/wp-content\/uploads\/2026\/04\/cropped-RaisTheme-favicon-.png\" alt=\"RaisTheme\" style=\"height: 40px; margin-right: 15px;\">\r\n                                    <div>\r\n                                        <h5 class=\"mb-0\">RaisTheme<\/h5>\r\n                                        <div class=\"text-muted small\">Premium Template Studio<\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                \r\n                                <p class=\"text-muted mb-3\">Creating high-quality WordPress themes, HTML templates, and UI design resources for developers, designers, and businesses worldwide.<\/p>\r\n                                \r\n                                <div class=\"d-flex justify-content-between\">\r\n                                    <div class=\"text-center\">\r\n                                        <div class=\"fw-bold\">150+<\/div>\r\n                                        <div class=\"text-muted small\">Items<\/div>\r\n                                    <\/div>\r\n                                    <div class=\"text-center\">\r\n                                        <div class=\"fw-bold\">4.8<\/div>\r\n                                        <div class=\"text-muted small\">Rating<\/div>\r\n                                    <\/div>\r\n                                    <div class=\"text-center\">\r\n                                        <div class=\"fw-bold\">2.5K<\/div>\r\n                                        <div class=\"text-muted small\">Sales<\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                \r\n                                <a href=\"#\" class=\"edustdy-btn edustdy-btn-secondary w-100 mt-3\">\r\n                                    <i class=\"fas fa-user\"><\/i> View Portfolio\r\n                                <\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- jQuery -->\r\n    <script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\r\n    \r\n    <!-- Bootstrap JS -->\r\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.0\/dist\/js\/bootstrap.bundle.min.js\"><\/script>\r\n    \r\n    <!-- Slick Carousel -->\r\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/slick-carousel\/1.8.1\/slick.min.js\"><\/script>\r\n    \r\n    <script>\r\n        $(document).ready(function() {\r\n            \/\/ Thumbnail Slider\r\n            $('.edustdy-thumbnail-slider').slick({\r\n                slidesToShow: 4,\r\n                slidesToScroll: 1,\r\n                asNavFor: '.edustdy-main-image',\r\n                focusOnSelect: true,\r\n                responsive: [\r\n                    {\r\n                        breakpoint: 768,\r\n                        settings: {\r\n                            slidesToShow: 3\r\n                        }\r\n                    },\r\n                    {\r\n                        breakpoint: 480,\r\n                        settings: {\r\n                            slidesToShow: 2\r\n                        }\r\n                    }\r\n                ]\r\n            });\r\n            \r\n            \/\/ Change main image when thumbnail is clicked\r\n            $('.edustdy-thumbnail').on('click', function() {\r\n                const imageSrc = $(this).attr('src');\r\n                $('#mainImage').attr('src', imageSrc);\r\n                \r\n                \/\/ Update active state\r\n                $('.edustdy-thumbnail').removeClass('active');\r\n                $(this).addClass('active');\r\n            });\r\n            \r\n            \/\/ Tab functionality\r\n            $('.edustdy-tab-btn').on('click', function() {\r\n                const tabId = $(this).data('tab');\r\n                \r\n                \/\/ Update active tab button\r\n                $('.edustdy-tab-btn').removeClass('active');\r\n                $(this).addClass('active');\r\n                \r\n                \/\/ Update active tab content\r\n                $('.edustdy-tab-content').removeClass('active');\r\n                $('#' + tabId).addClass('active');\r\n            });\r\n            \r\n            \/\/ License selection\r\n            $('.edustdy-license-option').on('click', function() {\r\n                $('.edustdy-license-option').removeClass('selected');\r\n                $(this).addClass('selected');\r\n                \r\n                \/\/ Update price\r\n                const price = $(this).find('.edustdy-license-price').text();\r\n                $('.edustdy-price').text(price);\r\n            });\r\n            \r\n            \/\/ Extend support checkbox\r\n            $('.edustdy-extend-support').on('click', function() {\r\n                \/\/ Toggle selection state\r\n                $(this).toggleClass('selected');\r\n                \r\n                \/\/ Update total price based on selection\r\n                const regularPrice = 15;\r\n                const supportPrice = 4.13;\r\n                const isSelected = $(this).hasClass('selected');\r\n                const totalPrice = isSelected ? regularPrice + supportPrice : regularPrice;\r\n                \r\n                \/\/ Update price display\r\n                $('.edustdy-price').text('$' + totalPrice.toFixed(2));\r\n            });\r\n        });\r\n    <\/script>\r\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"parent":7247,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"om_disable_all_campaigns":false,"footnotes":""},"class_list":["post-7307","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/raistheme.com\/wp-json\/wp\/v2\/pages\/7307","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/raistheme.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/raistheme.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/raistheme.com\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/raistheme.com\/wp-json\/wp\/v2\/comments?post=7307"}],"version-history":[{"count":4,"href":"https:\/\/raistheme.com\/wp-json\/wp\/v2\/pages\/7307\/revisions"}],"predecessor-version":[{"id":7312,"href":"https:\/\/raistheme.com\/wp-json\/wp\/v2\/pages\/7307\/revisions\/7312"}],"up":[{"embeddable":true,"href":"https:\/\/raistheme.com\/wp-json\/wp\/v2\/pages\/7247"}],"wp:attachment":[{"href":"https:\/\/raistheme.com\/wp-json\/wp\/v2\/media?parent=7307"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}